forked from miao-moe/QZMusic_PC
feat:
- 搜索页UI - 插件系统支持搜索单曲接口 - 修复音量初始化和状态 - 搜索关键词匹配优化
This commit is contained in:
@@ -24,7 +24,7 @@ export const usePlayerStore = defineStore('player', () => {
|
||||
// State
|
||||
const isPlaying = ref(false);
|
||||
const currentSong = ref<Song | null>(null);
|
||||
const volume = ref(100);
|
||||
const volume = ref(50);
|
||||
const duration = ref(0);
|
||||
const currentTime = ref(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user