This commit is contained in:
redphx
2024-12-05 17:10:39 +07:00
parent c836e33f7b
commit 9199351af1
207 changed files with 9833 additions and 6953 deletions

17
src/types/prefs.d.ts vendored Executable file
View File

@@ -0,0 +1,17 @@
type VersionCurrent = string;
type VersionLatest = string;
type VersionLastCheck = number;
type VideoMaxFps = number;
type VideoMaxBitrate = number;
type ServerRegionName = string;
type TouchControllerDefaultOpacity = number;
type AudioVolume = number;
type DeviceVibrationIntensity = number;
type StreamPreferredLocale = 'default' | string;
type ControllerPollingRate = number;
type MkbPresetId = number;
type KeyboardShortcutsPresetId = number;