fix: convert question_files from dict to list in all interview-prep meta.json
Deploy Examination / deploy (push) Successful in 14s

This commit is contained in:
2026-09-09 17:17:35 +08:00
parent c0390ff86e
commit 3447dbd4ee
6 changed files with 42 additions and 42 deletions
@@ -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": {