feat: 托盘菜单完善

This commit is contained in:
imsyy
2024-09-26 15:24:25 +08:00
parent 2b6d68ecbd
commit 62c9dc33db
13 changed files with 133 additions and 50 deletions

View File

@@ -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", // 播放设备