Commit Graph

4 Commits

Author SHA1 Message Date
pengxiao cee196b09f refactor(ch06-08): 调整第三篇章节顺序
原:RL(Ch06) → 生成式AI(Ch07) → Agent(Ch08)
新:生成式AI(Ch06) → Agent(Ch07) → RL(Ch08)

感知→创造→行动 的叙事线更贴合设计专业学生。
更新了目录、CLAUDE.md 和所有章节内编号。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 18:57:59 +08:00
pengxiao 219232de74 refactor: 重组项目目录结构
以讲义内容为骨架迁移到标准目录格式:
- officefile/ 主内容(12章 + 附录 + CC4SI补充)
- dofile/ 代码示例(11个Python脚本)
- data/ 图片资源
- output/ 生成输出(忽略)
- Archive/ 归档旧目录(忽略)
- .claude/skills/ 保留markdown-to-docx工具链
- .pandoc/ 保留CSL和本地化配置

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 14:00:56 +08:00
pengxiao 328af2b3c3 附录2完善markdown语法部分 2026-04-25 16:04:53 +08:00
pengxiao e58b95d227 初始化:从 docx 拆分为独立 Markdown 章节
将《设计人工智能:基础与应用》拆分为 38 个 Markdown 文件,
按 11 个部分(上篇6部分+下篇5部分)+ 3 个附录组织。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-25 10:32:58 +08:00