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

Upd: Migrate to PyWebIO 1.5

- Force debug=True to show error log in popup directly
- Theme support now available
- Hide setting button
This commit is contained in:
18870
2021-12-03 18:43:51 +08:00
parent 60b2b45983
commit db5f7d8363
5 changed files with 30 additions and 27 deletions

View File

@@ -42,7 +42,7 @@ class Frame(Base):
self.asides = put_column([
self.aside,
None,
self.aside_setting,
# self.aside_setting,
], size="auto 1fr auto").style("container-aside")
if self.is_mobile: