From 62a504e7d340db08a2b96b66e4eea4fa6acb2089 Mon Sep 17 00:00:00 2001 From: alger Date: Mon, 21 Jul 2025 23:35:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=98=E7=9B=98=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=B9=81=E4=BD=93=E4=B8=AD=E6=96=87=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/modules/tray.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/modules/tray.ts b/src/main/modules/tray.ts index b9ebcd6..0401e62 100644 --- a/src/main/modules/tray.ts +++ b/src/main/modules/tray.ts @@ -35,7 +35,8 @@ let currentSong: SongInfo | null = null; const LANGUAGES: { label: string; value: Language }[] = [ { label: '简体中文', value: 'zh-CN' }, - { label: 'English', value: 'en-US' } + { label: 'English', value: 'en-US' }, + { label: '繁體中文', value: 'zh-Hant' } ]; // 更新播放状态