Add the ability to display more module information, support copying the update configuration address to the clipboard

This commit is contained in:
ShirkNeko
2025-06-15 22:21:14 +08:00
parent a0a9fb01f4
commit ce3566640c
4 changed files with 87 additions and 9 deletions

View File

@@ -513,4 +513,12 @@
<string name="susfs_log_config_title">SuSFS 日志配置</string>
<string name="susfs_log_enabled">启用 SuSFS 日志</string>
<string name="susfs_log_disabled">关闭 SuSFS 日志</string>
<string name="module_update_json">更新配置</string>
<string name="module_update_json_copied">更新配置地址已复制到剪贴板</string>
<string name="module_update_json_not_available">更新配置不可用</string>
<!-- 设置相关字符串 -->
<string name="show_module_update_json">显示模块更新配置</string>
<string name="show_module_update_json_summary">在模块详情中显示更新配置URL</string>
<string name="show_more_module_info">显示更多模块信息</string>
<string name="show_more_module_info_summary">显示额外的模块信息如更新配置URL等</string>
</resources>

View File

@@ -515,4 +515,12 @@
<string name="susfs_log_config_title">SuSFS Logging Configuration</string>
<string name="susfs_log_enabled">Enabling SuSFS Logging</string>
<string name="susfs_log_disabled">Turn off SuSFS logging</string>
<string name="module_update_json">Update JSON</string>
<string name="module_update_json_copied">Update JSON URL copied to clipboard</string>
<string name="module_update_json_not_available">Update JSON not available</string>
<!-- Settings related strings -->
<string name="show_module_update_json">Show Module Update JSON</string>
<string name="show_module_update_json_summary">Display update JSON URL in module details</string>
<string name="show_more_module_info">Show More Module Info</string>
<string name="show_more_module_info_summary">Display additional module information like update JSON URLs</string>
</resources>