feat: 设置页新增应用重启与退出快捷按钮

This commit is contained in:
JSR
2026-03-19 17:43:32 +08:00
parent a5149147cd
commit f9a7b27dfa
6 changed files with 112 additions and 7 deletions
+12
View File
@@ -263,6 +263,18 @@
"registerFailed": "Registration failed",
"installerRequired": "Requires installed SecScore, may not work in development mode."
},
"app": {
"title": "App Controls",
"description": "Quickly restart or quit the app.",
"restart": "Restart App",
"quit": "Quit App",
"confirmRestartTitle": "Restart the app now?",
"confirmRestartContent": "The app will close and start again immediately.",
"confirmQuitTitle": "Quit the app now?",
"confirmQuitContent": "The app will exit immediately.",
"restartFailed": "Restart failed",
"quitFailed": "Quit failed"
},
"about": {
"title": "About",
"appName": "Education Points Management",