use markdown to edit

This commit is contained in:
Cai
2025-11-03 16:14:57 +08:00
parent ce88ae645e
commit 33844786a1
9 changed files with 1126 additions and 53 deletions

View File

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