Skip to content

Commit 54cbb84

Browse files
committed
style(player): 统一音源选项的标签格式
1 parent f68f499 commit 54cbb84

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/renderer/components/player/ReparsePopover.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ const isReparse = computed(() => {
8484
8585
// 可选音源列表
8686
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 },
8989
{ 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 }
9393
]);
9494
9595
// 检查音源是否被选中

0 commit comments

Comments
 (0)