🔧 chore: 更新音乐源设置,移除 YouTube,添加 Kuwo,确保平台一致性

This commit is contained in:
alger
2025-05-09 19:43:01 +08:00
parent 44f9709bb3
commit 618c345a78
5 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -486,7 +486,7 @@ import { type Platform } from '@/types/music';
import config from '../../../../package.json';
// 所有平台默认值
const ALL_PLATFORMS: Platform[] = ['migu', 'kugou', 'pyncmd', 'bilibili', 'youtube'];
const ALL_PLATFORMS: Platform[] = ['migu', 'kugou', 'pyncmd', 'bilibili', 'kuwo'];
const settingsStore = useSettingsStore();
const userStore = useUserStore();