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

Opt: Rich logging

This commit is contained in:
18870
2022-01-21 03:55:30 +08:00
parent 0caf4ba990
commit 6d7374945c
12 changed files with 600 additions and 91 deletions

View File

@@ -68,6 +68,11 @@ textarea {
border: 1px solid #21262d;
}
pre.rich-traceback-code {
color: #cccccc;
background-color: #1e1e1e;
}
#pywebio-scope-content {
background-color: #36393f;
}
@@ -98,10 +103,10 @@ textarea {
#pywebio-scope-scheduler-bar,
#pywebio-scope-log-bar,
#pywebio-scope-log,
#pywebio-scope-running,
#pywebio-scope-pending,
#pywebio-scope-waiting,
.container-log,
#pywebio-scope-daemon-overview #pywebio-scope-groups {
background-color: #2f3136;
border: 1px solid #21262d;