更新文档

This commit is contained in:
YHH
2025-09-28 12:26:51 +08:00
parent cffe32911d
commit 413ce93b31
34 changed files with 6750 additions and 9181 deletions

23
docs/index.md Normal file
View File

@@ -0,0 +1,23 @@
---
layout: home
hero:
name: "ECS Framework"
text: "高性能ECS框架"
tagline: "为Javascript游戏开发而设计"
actions:
- theme: brand
text: 快速开始
link: /guide/getting-started
- theme: alt
text: 查看示例
link: https://github.com/esengine/lawn-mower-demo
features:
- title: 高性能
details: 支持大规模实体处理
- title: 类型安全
details: 完整的TypeScript支持编译时类型检查
- title: 模块化设计
details: 核心功能独立打包,支持多平台
---