File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/renderer/components/player Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ const isReparse = computed(() => {
84
84
85
85
// 可选音源列表
86
86
const musicSourceOptions = ref ([
87
- { label: ' MiGu音乐 ' , value: ' migu' as Platform },
88
- { label: ' 酷狗音乐 ' , value: ' kugou' as Platform },
87
+ { label: ' MiGu ' , value: ' migu' as Platform },
88
+ { label: ' KuGou ' , value: ' kugou' as Platform },
89
89
{ label: ' pyncmd' , value: ' pyncmd' as Platform },
90
- { label: ' 酷我音乐 ' , value: ' kuwo' as Platform },
91
- { label: ' Bilibili音乐 ' , value: ' bilibili' as Platform },
92
- { label: ' GD音乐台 ' , value: ' gdmusic' as Platform }
90
+ { label: ' KuWo ' , value: ' kuwo' as Platform },
91
+ { label: ' Bilibili ' , value: ' bilibili' as Platform },
92
+ { label: ' GdMuisc ' , value: ' gdmusic' as Platform }
93
93
]);
94
94
95
95
// 检查音源是否被选中
You can’t perform that action at this time.
0 commit comments