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

Opt: Refactor GUI

Using new scope methods due to output() being deprecated in pywebio v1.5 (3a433cda0a)

- Opt: Combine on/off button into a single switch, this effect scheduler and log auto scroll
This commit is contained in:
18870
2022-01-06 01:55:24 +08:00
parent 4b2a1c0371
commit 952f8c1eb6
13 changed files with 641 additions and 585 deletions

View File

@@ -1763,7 +1763,7 @@
"Start": "Start",
"Stop": "Stop",
"ScrollON": "Auto Scroll ON",
"ScrollOFF": "OFF",
"ScrollOFF": "Auto Scroll OFF",
"ClearLog": "Clear Log",
"Setting": "Setting"
},

View File

@@ -1763,7 +1763,7 @@
"Start": "启动",
"Stop": "停止",
"ScrollON": "自动滚动 开",
"ScrollOFF": "关",
"ScrollOFF": "自动滚动 关",
"ClearLog": "清空日志",
"Setting": "设置"
},