1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 09:09:26 +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

@@ -12,7 +12,7 @@ cnocr==1.2.2
jellyfish
pyyaml
inflection
pywebio==1.5.0
pywebio==1.5.2
starlette==0.14.2
anyio==1.3.1
uvicorn[standard]