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

Opt: Styles for dark mode

Theme support is not available in pywebio 1.4
You need to upgrade to 1.5 dev version manually by run
pip install -U https://code.aliyun.com/wang0618/pywebio/repository/archive.zip
This commit is contained in:
18870
2021-11-08 23:28:49 +08:00
parent 5f17cd71d5
commit c42691aeaa
13 changed files with 313 additions and 103 deletions

View File

@@ -201,7 +201,6 @@ class Icon:
SETTING = _read(filepath_icon('setting'))
RUN = _read(filepath_icon('run'))
DEVELOP = _read(filepath_icon('develop'))
PERFORMANCE = _read(filepath_icon('performance'))
ADD = _read(filepath_icon('add'))