allow unsafe

This commit is contained in:
OpelaCake
2025-08-18 13:32:14 +08:00
parent 986feb2a4b
commit 0382cd9724
114 changed files with 30 additions and 4 deletions

View File

@@ -425,5 +425,5 @@ app.my_function = MyFunction()
if __name__ == '__main__':
socketio.on_namespace(VSCodeNamespace('/vscode'))
socketio.on_namespace(AgentNamespace('/agent'))
socketio.run(app, host='0.0.0.0', port=5000, debug=True)
socketio.run(app, host='0.0.0.0', port=5550, debug=False,allow_unsafe_werkzeug=True)

View File

@@ -4,9 +4,9 @@ api_key = sk-B31NVWeWuvbkEnUgA5913e4c63Ac40E7A1B084742299E57f
[VSCODE_WEB]
url = http://127.0.0.1:8181
url = http://asengine.cn:8282
[VSCODE_WEB_PATH]
is_wsl = true
is_wsl = false
windows_path = F:/
wsl_path = /mnt/f/
[USER_DATA]

View File

@@ -0,0 +1,24 @@
{
"user_id": "CakeCN",
"select_course": [
"algorithm"
],
"head_icon": "",
"course_process_dict": {
"algorithm": {
"lesson_processs": [
[
[],
"binary_search"
],
[
[],
"L002"
]
],
"course_put_in_date": "",
"course_last_study_date": "",
"course_total_study_time": 0
}
}
}

View File

@@ -3,5 +3,6 @@
"user456": "password456",
"user789": "password789",
"cake": "123123",
"a": "123123"
"a": "123123",
"CakeCN": "123123"
}