hookehuyr

docs: 更新 CHANGELOG.md

- 添加文档整理条目
- 记录文档结构重组和中文命名规则

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
...@@ -5,6 +5,21 @@ ...@@ -5,6 +5,21 @@
5 5
6 --- 6 ---
7 7
8 +## [2026-02-08] - 整理文档结构并使用中文命名
9 +
10 +### 文档
11 +- 重新组织 docs 文件夹结构,按功能分类
12 + - 组件文档 → `guides/components/`
13 + - 测试指南 → `guides/testing/`
14 + - API 规范 → `api-specs/``api-specs/数据文档/`
15 + - 测试报告 → `reports/测试报告/`
16 +- 所有文档文件名使用中文命名(如 `LoadMoreList 完整使用指南.md`
17 +- 更新所有文档中的相对路径引用
18 +- 备份原始页面代码到 `docs/backups/original-pages/`
19 +- 将"文档命名使用中文"规则添加到全局规则(`changelog-automation.md`
20 +
21 +---
22 +
8 ## [2026-02-08] - 迁移所有剩余页面到 LoadMoreList 组件 23 ## [2026-02-08] - 迁移所有剩余页面到 LoadMoreList 组件
9 24
10 ### 重构 25 ### 重构
......