You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
772 B
36 lines
772 B
{
|
|
"database": {
|
|
"type": "mysql",
|
|
"mysql": {
|
|
"host": "db4free.net",
|
|
"port": 3306,
|
|
"user": "root111",
|
|
"password": "20040927",
|
|
"dbname": "class_callsystem",
|
|
"charset": "utf8mb4"
|
|
},
|
|
"table_student": "student",
|
|
"table_record": "call_record"
|
|
},
|
|
"excel": {
|
|
"template_path": "assets/templates/学生名单模板.xlsx",
|
|
"export_default_path": "积分详单.xlsx"
|
|
},
|
|
"animation": {
|
|
"roll_speed": 50,
|
|
"roll_times": 20,
|
|
"flash_duration": 1000
|
|
},
|
|
"visualization": {
|
|
"top_n": 10,
|
|
"fig_size": [10, 4],
|
|
"font": "SimHei"
|
|
},
|
|
"score_rules": {
|
|
"arrive_score": 1,
|
|
"repeat_correct": 0.5,
|
|
"repeat_wrong": -1,
|
|
"answer_min": 0.5,
|
|
"answer_max": 3
|
|
}
|
|
} |