This commit is contained in:
2025-10-07 12:38:24 +08:00
commit a8c4672612
105 changed files with 4317 additions and 0 deletions

49
mindmap.json Normal file
View File

@@ -0,0 +1,49 @@
{
"name": "形容力提升训练手册",
"children": [
{
"name": "自序",
"link": "/preface"
},
{
"name": "第一部分 形容力的本质——你为什么“形容不出来”",
"link": "/book/0-1",
"children": [
{ "name": "第1章我们为什么需要“形容力”", "link": "/book/01" },
{ "name": "第2章形容力的三大障碍", "link": "/book/02" },
{ "name": "第3章形容力的底层逻辑", "link": "/book/03" }
]
},
{
"name": "第二部分 形容力的四大训练系统",
"link": "/book/0-2",
"children": [
{ "name": "第4章训练眼睛——如何“看见细节”", "link": "/book/04" },
{ "name": "第5章激活感官——让描述“有味道、有声音”", "link": "/book/05" },
{ "name": "第6章丰富词汇——建立你的“形容词库”", "link": "/book/06" },
{ "name": "第7章学会比喻——让语言“活”起来", "link": "/book/07" },
{ "name": "第8章结构化表达——从碎片到完整描述", "link": "/book/08" },
{ "name": "第9章情感注入——让形容“打动人”", "link": "/book/09" }
]
},
{
"name": "第三部分 形容力的实战应用与长期提升",
"link": "/book/0-3",
"children": [
{ "name": "第10章在写作中应用形容力", "link": "/book/10" },
{ "name": "第11章在口语中应用形容力", "link": "/book/11" },
{ "name": "第12章养成形容习惯持续进步", "link": "/book/12" }
]
},
{
"name": "附录",
"children": [
{ "name": "附录A形容词分类速查表", "link": "/appendix/a" },
{ "name": "附录B经典描写句摘录50例", "link": "/appendix/b" },
{ "name": "附录C30天形容力训练打卡表", "link": "/appendix/c" },
{ "name": "附录D观察与描写练习题100道", "link": "/appendix/d" },
{ "name": "附录E推荐阅读书单", "link": "/appendix/e" }
]
}
]
}