File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88---
99
10+ ## [ 2.2.0] - 2026-04-30
11+
12+ ### 🏗️ Architecture
13+
14+ - ** Python Backend** — Moved ` server/ ` to ` examples/backend-python/ ` as optional reference implementation
15+ - ** Project Structure** — Clarified backend is optional, frontend is zero-config by default
16+
17+ ### 📚 Documentation
18+
19+ - ** README** — Added backend optional note, unified Node.js ≥22 requirement
20+ - ** docs/guide/** — Removed Python prerequisite, updated project structure
21+ - ** docs/index.md** — Fixed version number (v1.0.0 → v2.1.0)
22+ - ** changelog/** — Removed duplicate CHANGELOG.zh-CN.md
23+
24+ ### 🛠️ Engineering
25+
26+ - ** build-pages.sh** — Added sitemap generation, build timestamp, size output
27+ - ** .gitignore** — Added ` *.tsbuildinfo ` , updated Python comments
28+ - ** .vscode/** — Added settings.json and mcp.json
29+
30+ ---
31+
1032## [ 2.1.0] - 2026-04-29
1133
1234### 🏗️ Architecture Overhaul
Original file line number Diff line number Diff line change 1+ # 2026-04-30 架构优化与文档治理
2+
3+ ## 概述
4+
5+ 对 MetaHuman Engine 执行架构优化,将 Python 后端移至 ` examples/ ` 目录,
6+ 清理文档冗余,优化 Git Pages 构建流程,使项目达到更清晰的模块化状态。
7+
8+ ## 核心改动
9+
10+ ### 架构重组
11+
12+ - ** server/ → examples/backend-python/** : Python 后端移至示例目录,明确标注为可选参考实现
13+ - ** README.md / README.zh-CN.md** : 添加后端可选说明,更新 Node.js 版本要求(≥22)
14+ - ** docs/guide/README.md** : 移除 Python 前置要求,更新项目结构图
15+ - ** docs/index.md** : 更新版本号为 v2.1.0
16+
17+ ### 文档治理
18+
19+ - 删除 ` changelog/CHANGELOG.zh-CN.md ` (根目录 CHANGELOG.md 已足够)
20+ - 统一 Node.js 版本要求:所有文档标注 ≥ 22
21+
22+ ### 工程化优化
23+
24+ - ** scripts/build-pages.sh** :
25+ - 添加构建时间戳注入
26+ - 生成 sitemap.xml
27+ - 输出构建产物大小
28+ - ** .gitignore** :
29+ - 添加 ` *.tsbuildinfo `
30+ - 更新 Python 注释为 ` examples/backend-python/ `
31+ - 保留 ` .vscode/settings.json ` 和 ` .vscode/mcp.json `
32+ - ** .vscode/** : 添加 VSCode 配置文件(MCP + settings)
33+
34+ ### GitHub 元数据
35+
36+ - 更新仓库描述为更简洁的版本
37+
38+ ## 验证
39+
40+ - ✅ TypeScript: tsc --noEmit 无错误
41+ - ✅ ESLint: 0 errors, 0 warnings
42+ - ✅ Tests: 12 files, 165 tests passed
43+ - ✅ Build: production build 成功(17.39s)
44+ - ✅ Git: 仅 master 分支,无 worktree
You can’t perform that action at this time.
0 commit comments