From 54cbb84e6e836446a853f16abf2072bffb212896 Mon Sep 17 00:00:00 2001 From: alger Date: Sun, 18 May 2025 12:43:27 +0800 Subject: [PATCH] =?UTF-8?q?style(player):=20=E7=BB=9F=E4=B8=80=E9=9F=B3?= =?UTF-8?q?=E6=BA=90=E9=80=89=E9=A1=B9=E7=9A=84=E6=A0=87=E7=AD=BE=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/components/player/ReparsePopover.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/renderer/components/player/ReparsePopover.vue b/src/renderer/components/player/ReparsePopover.vue index 84a6b28..05e078b 100644 --- a/src/renderer/components/player/ReparsePopover.vue +++ b/src/renderer/components/player/ReparsePopover.vue @@ -84,12 +84,12 @@ const isReparse = computed(() => { // 可选音源列表 const musicSourceOptions = ref([ - { label: 'MiGu音乐', value: 'migu' as Platform }, - { label: '酷狗音乐', value: 'kugou' as Platform }, + { label: 'MiGu', value: 'migu' as Platform }, + { label: 'KuGou', value: 'kugou' as Platform }, { label: 'pyncmd', value: 'pyncmd' as Platform }, - { label: '酷我音乐', value: 'kuwo' as Platform }, - { label: 'Bilibili音乐', value: 'bilibili' as Platform }, - { label: 'GD音乐台', value: 'gdmusic' as Platform } + { label: 'KuWo', value: 'kuwo' as Platform }, + { label: 'Bilibili', value: 'bilibili' as Platform }, + { label: 'GdMuisc', value: 'gdmusic' as Platform } ]); // 检查音源是否被选中