b567cca425
子主题目录从 topics/{slug} 移至 topics/qunar-ai-fullstack/{slug}
前端 fetch 路径改用 subtopic.path 字段
Co-Authored-By: Claude Code <noreply@anthropic.com>
30 lines
499 B
JSON
30 lines
499 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
} |