Merge branch 'main' of https://gitee.com/CakeCN/code-agent
This commit is contained in:
Binary file not shown.
@@ -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)
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
24
Html/db/data/user/CakeCN.json
Normal file
24
Html/db/data/user/CakeCN.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,5 +3,6 @@
|
||||
"user456": "password456",
|
||||
"user789": "password789",
|
||||
"cake": "123123",
|
||||
"a": "123123"
|
||||
"a": "123123",
|
||||
"CakeCN": "123123"
|
||||
}
|
||||
Reference in New Issue
Block a user