cdn change to local and use markdown and style change

This commit is contained in:
Cai
2025-11-05 19:26:02 +08:00
parent 33844786a1
commit 6b9c8e9e0c
39 changed files with 3885 additions and 720 deletions

View File

@@ -12,7 +12,7 @@ if __name__ == "__main__":
app,
host="0.0.0.0",
port=5551,
debug=True, # 开发期打开
debug=False, # 开发期打开
# allow_unsafe_werkzeug=True, # 避免 dev server 的安全限制提示
# ssl_context=('server.crt', 'server.key')
)