更新super_access.c to remove redundant macro definitions and optimize conditional compilation; use resource strings instead of hard-coded text in MoreSettings.kt; add theme color string resource in strings.xml

This commit is contained in:
ShirkNeko
2025-04-13 01:33:40 +08:00
parent 70259a5ec5
commit 06324def38
5 changed files with 5 additions and 16 deletions

View File

@@ -262,4 +262,5 @@
<string name="confirm_uninstall_title">Confirm uninstallation</string>
<string name="confirm_uninstall_confirm">removing</string>
<string name="confirm_uninstall_dismiss">abolish</string>
<string name="theme_color">Theme Color</string>
</resources>