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": "Gui.MenuDevelop.HomePage",
"Translate": "Gui.MenuDevelop.Translate",
"Update": "Gui.MenuDevelop.Update"
"Update": "Gui.MenuDevelop.Update",
"Remote": "Gui.MenuDevelop.Remote",
"Utils": "Gui.MenuDevelop.Utils"
},
"Overview": {
"Scheduler": "Gui.Overview.Scheduler",
@@ -2092,6 +2094,13 @@
"DisabledWarn": "Gui.Update.DisabledWarn",
"DetailedHistory": "Gui.Update.DetailedHistory"
},
"Remote": {
"Running": "Gui.Remote.Running",
"NotRunning": "Gui.Remote.NotRunning",
"NotEnable": "Gui.Remote.NotEnable",
"EntryPoint": "Gui.Remote.EntryPoint",
"ConfigureHint": "Gui.Remote.ConfigureHint"
},
"Text": {
"InvalidFeedBack": "Gui.Text.InvalidFeedBack"
}