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

@@ -79,5 +79,6 @@
"CODE_LANG": "Code language",
"ENABLE": "Enable",
"DISABLE": "Disable",
"EXPERIMENTAL": "Experimental. Expected behavior may change in the future."
"EXPERIMENTAL": "Experimental. Expected behavior may change in the future.",
"CACHE": "Automatically restore the last editing state"
}