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

@@ -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"
}