From 47f329ba174996c567423b44edfc6a52ad852f01 Mon Sep 17 00:00:00 2001 From: NFL_jiancx <1678594309@qq.com> Date: Wed, 5 Feb 2025 20:38:55 +0800 Subject: [PATCH] =?UTF-8?q?style(nflmusic):=20=E5=9C=A8=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=B0=86"=E4=B8=BB=E9=A2=98"=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E5=90=8E=E6=B7=BB=E5=8A=A0=E5=86=92=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 ifm_json.py 文件中的 UI 语言设置部分,将"主题"文本从"Theme"改为"Theme:" - 同时在中文语言设置中,将"主题"改为"主题:" - 这个修改统一了设置界面各项配置文本的格式,使其更加一致和规范 --- nflmusic/ifm_json.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nflmusic/ifm_json.py b/nflmusic/ifm_json.py index c92c13a..f1e40f5 100644 --- a/nflmusic/ifm_json.py +++ b/nflmusic/ifm_json.py @@ -125,7 +125,7 @@ class Language: "ui.download.treeview.song": "歌名", "ui.download.treeview.artist": "歌手", "ui.download.treeview.album": "专辑", - "ui.settings.text.theme": "主题", + "ui.settings.text.theme": "主题:", "ui.settings.text.download_source": "下载源:", "ui.settings.text.download_position": "下载目录:", "ui.settings.text.auto_update": "自动更新:", @@ -240,7 +240,7 @@ class Language: "ui.download.treeview.song": "Song Title", "ui.download.treeview.artist": "Singer", "ui.download.treeview.album": "Album", - "ui.settings.text.theme": "Theme", + "ui.settings.text.theme": "Theme:", "ui.settings.text.download_source": "Download Source:", "ui.settings.text.download_position": "Download Catalog:", "ui.settings.text.auto_update": "Automatic Update:",