mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 11:29:26 +08:00
✨ feat: 托盘菜单完善
This commit is contained in:
@@ -80,6 +80,7 @@ interface SettingState {
|
||||
routeAnimation: "none" | "fade" | "zoom" | "slide" | "up";
|
||||
useRealIP: boolean;
|
||||
realIP: string;
|
||||
fullPlayerCache: boolean;
|
||||
}
|
||||
|
||||
export const useSettingStore = defineStore({
|
||||
@@ -104,6 +105,7 @@ export const useSettingStore = defineStore({
|
||||
showTaskbarProgress: false, // 显示任务栏进度
|
||||
checkUpdateOnStart: true, // 启动时检查更新
|
||||
preventSleep: false, // 是否禁止休眠
|
||||
fullPlayerCache: false, // 全屏播放器缓存
|
||||
// 播放
|
||||
songLevel: "exhigh", // 音质
|
||||
playDevice: "default", // 播放设备
|
||||
|
||||
Reference in New Issue
Block a user