1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 05:35:35 +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": "主頁",
"Translate": "翻譯",
"Update": "更新器"
"Update": "更新器",
"Remote": "遠程控制",
"Utils": "工具"
},
"Overview": {
"Scheduler": "調度器",
@@ -2092,6 +2094,13 @@
"DisabledWarn": "更新模塊未啟用,你需要手動重啓 Alas 進行更新",
"DetailedHistory": "詳細提交歷史"
},
"Remote": {
"Running": "運行中",
"NotRunning": "未運行",
"NotEnable": "未啟用,在 deploy.yaml 中設定 webui 密碼並啟用遠程控制",
"EntryPoint": "遠程控制 url 連結:",
"ConfigureHint": "配寘教程:"
},
"Text": {
"InvalidFeedBack": "格式錯誤。 示例:{0}"
}