修改前端代码

This commit is contained in:
qingxu fu
2023-08-31 00:21:24 +08:00
parent 89de49f31e
commit 2d5a1fbc12
11 changed files with 1059 additions and 280 deletions

View File

@@ -106,3 +106,5 @@ def adjust_theme():
with open("themes/green.css", "r", encoding="utf-8") as f:
advanced_css = f.read()
with open("themes/common.css", "r", encoding="utf-8") as f:
advanced_css += f.read()