This commit is contained in:
CakeCN
2025-08-19 20:47:42 +08:00
115 changed files with 152 additions and 3 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

@@ -7,6 +7,7 @@ api_key = sk-B31NVWeWuvbkEnUgA5913e4c63Ac40E7A1B084742299E57f
url = http://127.0.0.1:8181 #http://asengine.net:8282
[VSCODE_WEB_PATH]
is_wsl = false
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"
}