refactor: 目录结构增加 Topic 层级 topics/qunar-ai-fullstack/
子主题目录从 topics/{slug} 移至 topics/qunar-ai-fullstack/{slug}
前端 fetch 路径改用 subtopic.path 字段
Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"slug": "gc-jvm",
|
||||
"name": "GC / JVM / 三色标记",
|
||||
"description": "JVM 堆内存模型、GC 算法、三色标记法、垃圾收集器",
|
||||
"tags": [
|
||||
"jvm",
|
||||
"gc",
|
||||
"heap",
|
||||
"three-color-marking",
|
||||
"cms",
|
||||
"g1",
|
||||
"zgc"
|
||||
],
|
||||
"difficulty_range": [
|
||||
1,
|
||||
5
|
||||
],
|
||||
"schema_version": "1.0.0",
|
||||
"question_files": [
|
||||
"fill_blank",
|
||||
"single_choice"
|
||||
],
|
||||
"stats": {
|
||||
"total": 20,
|
||||
"by_type": {
|
||||
"fill_blank": 10,
|
||||
"single_choice": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user