ready merge to main

This commit is contained in:
Cai
2025-10-19 20:30:06 +08:00
parent 79125ffcc0
commit 58a95e9f63
2 changed files with 340 additions and 1 deletions

View File

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