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": "Go/Java并发模型",
|
||||
"description": "GMP调度、CSP模型、AQS/ForkJoinPool、goroutine泄漏、JMM、happens-before、pprof/JFR",
|
||||
"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