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": "AI工程实践",
|
"name": "AI工程实践",
|
||||||
"description": "Context Engineer、Harness Engineer、智能体架构、MCP协议、权限治理、可插拔配置",
|
"description": "Context Engineer、Harness Engineer、智能体架构、MCP协议、权限治理、可插拔配置",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"question_files": {
|
"question_files": [
|
||||||
"single_choice": "single_choice.json",
|
"single_choice",
|
||||||
"true_false": "true_false.json",
|
"true_false",
|
||||||
"fill_blank": "fill_blank.json",
|
"fill_blank",
|
||||||
"short_answer": "short_answer.json",
|
"short_answer",
|
||||||
"code_reading": "code_reading.json"
|
"code_reading"
|
||||||
},
|
],
|
||||||
"stats": {
|
"stats": {
|
||||||
"total": 35,
|
"total": 35,
|
||||||
"by_type": {
|
"by_type": {
|
||||||
|
|||||||
@@ -3,13 +3,13 @@
|
|||||||
"name": "数据库进阶",
|
"name": "数据库进阶",
|
||||||
"description": "B+树索引优化、EXPLAIN执行计划、Redis集群/哨兵、混合持久化、慢查询优化",
|
"description": "B+树索引优化、EXPLAIN执行计划、Redis集群/哨兵、混合持久化、慢查询优化",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"question_files": {
|
"question_files": [
|
||||||
"single_choice": "single_choice.json",
|
"single_choice",
|
||||||
"true_false": "true_false.json",
|
"true_false",
|
||||||
"fill_blank": "fill_blank.json",
|
"fill_blank",
|
||||||
"short_answer": "short_answer.json",
|
"short_answer",
|
||||||
"code_reading": "code_reading.json"
|
"code_reading"
|
||||||
},
|
],
|
||||||
"stats": {
|
"stats": {
|
||||||
"total": 35,
|
"total": 35,
|
||||||
"by_type": {
|
"by_type": {
|
||||||
|
|||||||
@@ -3,13 +3,13 @@
|
|||||||
"name": "分布式微服务架构",
|
"name": "分布式微服务架构",
|
||||||
"description": "服务注册与发现、负载均衡、限流熔断、配置中心、幂等控制、分布式锁、分布式事务",
|
"description": "服务注册与发现、负载均衡、限流熔断、配置中心、幂等控制、分布式锁、分布式事务",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"question_files": {
|
"question_files": [
|
||||||
"single_choice": "single_choice.json",
|
"single_choice",
|
||||||
"true_false": "true_false.json",
|
"true_false",
|
||||||
"fill_blank": "fill_blank.json",
|
"fill_blank",
|
||||||
"short_answer": "short_answer.json",
|
"short_answer",
|
||||||
"code_reading": "code_reading.json"
|
"code_reading"
|
||||||
},
|
],
|
||||||
"stats": {
|
"stats": {
|
||||||
"total": 45,
|
"total": 45,
|
||||||
"by_type": {
|
"by_type": {
|
||||||
|
|||||||
@@ -3,13 +3,13 @@
|
|||||||
"name": "Go/Java并发模型",
|
"name": "Go/Java并发模型",
|
||||||
"description": "GMP调度、CSP模型、AQS/ForkJoinPool、goroutine泄漏、JMM、happens-before、pprof/JFR",
|
"description": "GMP调度、CSP模型、AQS/ForkJoinPool、goroutine泄漏、JMM、happens-before、pprof/JFR",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"question_files": {
|
"question_files": [
|
||||||
"single_choice": "single_choice.json",
|
"single_choice",
|
||||||
"true_false": "true_false.json",
|
"true_false",
|
||||||
"fill_blank": "fill_blank.json",
|
"fill_blank",
|
||||||
"short_answer": "short_answer.json",
|
"short_answer",
|
||||||
"code_reading": "code_reading.json"
|
"code_reading"
|
||||||
},
|
],
|
||||||
"stats": {
|
"stats": {
|
||||||
"total": 45,
|
"total": 45,
|
||||||
"by_type": {
|
"by_type": {
|
||||||
|
|||||||
@@ -3,13 +3,13 @@
|
|||||||
"name": "K8s与可观测性",
|
"name": "K8s与可观测性",
|
||||||
"description": "K8s应用发布、弹性扩缩容、灰度发布、健康检查、可观测体系建设",
|
"description": "K8s应用发布、弹性扩缩容、灰度发布、健康检查、可观测体系建设",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"question_files": {
|
"question_files": [
|
||||||
"single_choice": "single_choice.json",
|
"single_choice",
|
||||||
"true_false": "true_false.json",
|
"true_false",
|
||||||
"fill_blank": "fill_blank.json",
|
"fill_blank",
|
||||||
"short_answer": "short_answer.json",
|
"short_answer",
|
||||||
"code_reading": "code_reading.json"
|
"code_reading"
|
||||||
},
|
],
|
||||||
"stats": {
|
"stats": {
|
||||||
"total": 45,
|
"total": 45,
|
||||||
"by_type": {
|
"by_type": {
|
||||||
|
|||||||
@@ -3,13 +3,13 @@
|
|||||||
"name": "消息队列",
|
"name": "消息队列",
|
||||||
"description": "主流中间件选型、路由、持久化原理、事务、死信队列、推拉模式、集群化部署",
|
"description": "主流中间件选型、路由、持久化原理、事务、死信队列、推拉模式、集群化部署",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"question_files": {
|
"question_files": [
|
||||||
"single_choice": "single_choice.json",
|
"single_choice",
|
||||||
"true_false": "true_false.json",
|
"true_false",
|
||||||
"fill_blank": "fill_blank.json",
|
"fill_blank",
|
||||||
"short_answer": "short_answer.json",
|
"short_answer",
|
||||||
"code_reading": "code_reading.json"
|
"code_reading"
|
||||||
},
|
],
|
||||||
"stats": {
|
"stats": {
|
||||||
"total": 45,
|
"total": 45,
|
||||||
"by_type": {
|
"by_type": {
|
||||||
|
|||||||
Reference in New Issue
Block a user