fix: convert question_files from dict to list in all interview-prep meta.json
Deploy Examination / deploy (push) Successful in 14s
Deploy Examination / deploy (push) Successful in 14s
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
"name": "消息队列",
|
||||
"description": "主流中间件选型、路由、持久化原理、事务、死信队列、推拉模式、集群化部署",
|
||||
"tags": [],
|
||||
"question_files": {
|
||||
"single_choice": "single_choice.json",
|
||||
"true_false": "true_false.json",
|
||||
"fill_blank": "fill_blank.json",
|
||||
"short_answer": "short_answer.json",
|
||||
"code_reading": "code_reading.json"
|
||||
},
|
||||
"question_files": [
|
||||
"single_choice",
|
||||
"true_false",
|
||||
"fill_blank",
|
||||
"short_answer",
|
||||
"code_reading"
|
||||
],
|
||||
"stats": {
|
||||
"total": 45,
|
||||
"by_type": {
|
||||
|
||||
Reference in New Issue
Block a user