From 03d4f585e8be9d7e4ef61d620d7831b8a8fcc402 Mon Sep 17 00:00:00 2001 From: xiao_wine Date: Sun, 24 Mar 2024 13:42:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_home.xml | 5 +++++ app/src/main/res/values-zh/strings.xml | 3 ++- app/src/main/res/values/strings.xml | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 2849d25..6c9e65c 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -265,6 +265,11 @@ style="@style/TextValue" android:layout_width="match_parent" android:layout_height="wrap_content" /> + diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index 11d17b8..d61f6b9 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -31,7 +31,7 @@ 更新支持列表 详情%s:%s 未安装:共支持%s个模式 - 未收录:不代表不能用,需要大家反馈最低支持版本收录后才能正常显示\n部分软件也没有收录,欢迎提供和反馈错误 + 未收录:不代表不能用,仅仅代表不知道最低的支持版本,故没有收录规则\n部分软件也没有收录,欢迎提供和反馈错误 输出重复歌词 增强隐藏歌词 部分软件不适用,会导致歌词鬼畜 @@ -74,4 +74,5 @@ 强制显示标题 歌词暂停方案一 歌词暂停方案二 + 发行版本Release不会输出log,Debug版本会输出log,非不要不建议安装Debug版本 \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5c6f1c7..9dc6710 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -31,7 +31,7 @@ Update Support List Details %s: %s Not Installed: Supports %s modes in total - Not included: does not mean it can\'t be used, it needs everyone to feedback the lowest support version after the inclusion can be normally displayed\nSome software is also not included, welcome to provide and feedback errors + Not included: It doesn\'t mean that it can\'t be used, it just means that you don\'t know the minimum supported version, so there are no inclusion rules\nSome software is not included, welcome to provide and feedback errors Output Repeated Lyrics Enhanced Hidden Lyrics Some software is not applicable, it will cause the lyrics to be ghosted @@ -74,4 +74,5 @@ Force Show Title Lyrics pause option one Lyrics pause plan two + The release version will not output logs, and the Debug version will output logs, so it is recommended not to install the Debug version \ No newline at end of file