copy dashboard

This commit is contained in:
Caikecheng
2025-10-22 19:45:56 +08:00
parent 7d861e3401
commit 02b1279185
5 changed files with 579 additions and 4484 deletions

View File

@@ -10,7 +10,7 @@ app = create_app()
if __name__ == "__main__":
socketio.run(
app,
host="127.0.0.1",
host="0.0.0.0",
port=5551,
debug=False, # 开发期打开
# allow_unsafe_werkzeug=True, # 避免 dev server 的安全限制提示