Skip to content

Commit

Permalink
优化提示
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowine committed Mar 24, 2024
1 parent ecb3964 commit 03d4f58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@
style="@style/TextValue"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<com.google.android.material.textview.MaterialTextView
style="@style/TextValue"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/version_differences" />
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
</LinearLayout>
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<string name="update_app_rules">更新支持列表</string>
<string name="multi_rule">详情%s:%s</string>
<string name="uninstall_rule">未安装:共支持%s个模式</string>
<string name="app_rules_tips">未收录:不代表不能用,需要大家反馈最低支持版本收录后才能正常显示\n部分软件也没有收录,欢迎提供和反馈错误</string>
<string name="app_rules_tips">未收录:不代表不能用,仅仅代表不知道最低的支持版本,故没有收录规则\n部分软件也没有收录,欢迎提供和反馈错误</string>
<string name="output_repeated_lyrics">输出重复歌词</string>
<string name="enhanced_hidden_lyrics">增强隐藏歌词</string>
<string name="enhanced_hidden_lyrics_summary">部分软件不适用,会导致歌词鬼畜</string>
Expand Down Expand Up @@ -74,4 +74,5 @@
<string name="show_title">强制显示标题</string>
<string name="stop_option1">歌词暂停方案一</string>
<string name="stop_option2">歌词暂停方案二</string>
<string name="version_differences">发行版本Release不会输出log,Debug版本会输出log,非不要不建议安装Debug版本</string>
</resources>
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<string name="update_app_rules">Update Support List</string>
<string name="multi_rule">Details %s: %s</string>
<string name="uninstall_rule">Not Installed: Supports %s modes in total</string>
<string name="app_rules_tips">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</string>
<string name="app_rules_tips">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</string>
<string name="output_repeated_lyrics">Output Repeated Lyrics</string>
<string name="enhanced_hidden_lyrics">Enhanced Hidden Lyrics</string>
<string name="enhanced_hidden_lyrics_summary">Some software is not applicable, it will cause the lyrics to be ghosted</string>
Expand Down Expand Up @@ -74,4 +74,5 @@
<string name="show_title">Force Show Title</string>
<string name="stop_option1">Lyrics pause option one</string>
<string name="stop_option2">Lyrics pause plan two</string>
<string name="version_differences">The release version will not output logs, and the Debug version will output logs, so it is recommended not to install the Debug version</string>
</resources>

0 comments on commit 03d4f58

Please sign in to comment.