feat(core): 主页面添加新配置项 自动恢复上次编辑状态

This commit is contained in:
王立帮
2025-09-24 22:08:03 +08:00
parent b5b2a7422d
commit 851bb60057
8 changed files with 25 additions and 5 deletions

View File

@@ -43,6 +43,9 @@ XML.TEMPLATE_CONFIG = [
language: () => {
return Msg.getLang('LANGUAGE');
},
cache: () => {
return Msg.getLang('CACHE');
},
autoUpdate: () => {
return Msg.getLang('AUTO_CHECK_UPDATE');
},