docs: 更新 v2.3.0 版本文档和 changelog

- 添加 v2.3.0 changelog(中英文)
- 更新文档版本号从 v2.2.22+ 到 v2.3.0+
- 更新 package.json 版本至 2.3.0
- vitepress 配置添加 ignoreDeadLinks
This commit is contained in:
yhh
2025-12-06 10:44:08 +08:00
parent 972c1d5357
commit 397f79caa5
12 changed files with 71 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
# SceneManager
# SceneManager
SceneManager is a lightweight scene manager provided by ECS Framework, suitable for 95% of game applications. It provides a simple and intuitive API with support for scene transitions and delayed loading.
@@ -19,7 +19,7 @@ SceneManager is suitable for:
- Automatic ECS fluent API management
- Automatic scene lifecycle handling
- Integrated with Core, auto-updated
- Supports [Persistent Entity](./persistent-entity) migration across scenes (v2.2.22+)
- Supports [Persistent Entity](./persistent-entity) migration across scenes (v2.3.0+)
## Basic Usage