1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

Add: Remote access service

This commit is contained in:
18870
2022-07-01 22:45:16 +08:00
parent cfb84c8596
commit 39da66e054
15 changed files with 503 additions and 48 deletions

View File

@@ -2056,7 +2056,9 @@
"MenuDevelop": {
"HomePage": "Home",
"Translate": "Translate",
"Update": "Updater"
"Update": "Updater",
"Remote": "Remote access",
"Utils": "Utils"
},
"Overview": {
"Scheduler": "Scheduler",
@@ -2092,6 +2094,13 @@
"DisabledWarn": "Updater module is disabled. You need to manually restart Alas to update",
"DetailedHistory": "Detailed Commit History"
},
"Remote": {
"Running": "Remote access on",
"NotRunning": "Remote access is not running",
"NotEnable": "Disabled, set webui password in deploy.yaml and enable remote access",
"EntryPoint": "Entry point:",
"ConfigureHint": "Configuration tutorial:"
},
"Text": {
"InvalidFeedBack": "Invalid format. Example: {0}"
}