manager: Add pseudo kernel and build time execution location settings

This commit is contained in:
ShirkNeko
2025-06-17 23:30:29 +08:00
parent 6b1f73aa3d
commit af97488d58
5 changed files with 126 additions and 12 deletions

View File

@@ -522,4 +522,9 @@
<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>
<string name="susfs_execution_location_label">执行位置</string>
<string name="susfs_execution_location_service">Service</string>
<string name="susfs_execution_location_post_fs_data">Post-FS-Data</string>
<string name="susfs_execution_location_service_description">在系统服务启动后执行</string>
<string name="susfs_execution_location_post_fs_data_description">在文件系统挂载后但系统完全启动前执行,可能会导致循环重启</string>
</resources>