From 848b637f45edd19a7b24a2a64987bacb117b88ec Mon Sep 17 00:00:00 2001
From: YHH <359807859@qq.com>
Date: Sat, 18 Oct 2025 23:45:34 +0800
Subject: [PATCH] =?UTF-8?q?docs:=20=E5=A2=9E=E5=BC=BA=20README=E5=8F=AF?=
=?UTF-8?q?=E8=A7=86=E5=8C=96=E5=92=8C=E7=BB=9F=E8=AE=A1=E5=B1=95=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.all-contributorsrc | 111 +++++++++++++++++++++++---------------------
README.md | 92 +++++++++++++++++++++++++++++++++++-
2 files changed, 150 insertions(+), 53 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 3dcb6762..cc877244 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,55 +1,62 @@
{
- "projectName": "ecs-framework",
- "projectOwner": "esengine",
- "repoType": "github",
- "repoHost": "https://github.com",
- "files": [
- "README.md"
- ],
- "imageSize": 100,
- "commit": true,
- "commitConvention": "angular",
- "contributors": [],
- "contributorsPerLine": 7,
- "contributorsSortAlphabetically": false,
- "badgeTemplate": "[](#contributors)",
- "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"<%= contributor.name %>\"/>
<%= contributor.name %>",
- "types": {
- "code": {
- "symbol": "💻",
- "description": "Code",
- "link": "[<%= symbol %>](<%= url %> \"Code\")"
+ "projectName": "ecs-framework",
+ "projectOwner": "esengine",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "files": ["README.md"],
+ "imageSize": 100,
+ "commit": true,
+ "commitConvention": "angular",
+ "contributors": [
+ {
+ "login": "yhh",
+ "name": "Frank Huang",
+ "avatar_url": "https://avatars.githubusercontent.com/u/145575?v=4",
+ "profile": "https://github.com/yhh",
+ "contributions": ["code"]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "contributorsSortAlphabetically": false,
+ "badgeTemplate": "[](#contributors)",
+ "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"<%= contributor.name %>\"/>
<%= contributor.name %>",
+ "types": {
+ "code": {
+ "symbol": "💻",
+ "description": "Code",
+ "link": "[<%= symbol %>](<%= url %> \"Code\")"
+ },
+ "doc": {
+ "symbol": "📖",
+ "description": "Documentation",
+ "link": "[<%= symbol %>](<%= url %> \"Documentation\")"
+ },
+ "test": {
+ "symbol": "⚠️",
+ "description": "Tests",
+ "link": "[<%= symbol %>](<%= url %> \"Tests\")"
+ },
+ "bug": {
+ "symbol": "🐛",
+ "description": "Bug reports",
+ "link": "[<%= symbol %>](<%= url %> \"Bug reports\")"
+ },
+ "example": {
+ "symbol": "💡",
+ "description": "Examples",
+ "link": "[<%= symbol %>](<%= url %> \"Examples\")"
+ },
+ "design": {
+ "symbol": "🎨",
+ "description": "Design",
+ "link": "[<%= symbol %>](<%= url %> \"Design\")"
+ },
+ "ideas": {
+ "symbol": "🤔",
+ "description": "Ideas & Planning",
+ "link": "[<%= symbol %>](<%= url %> \"Ideas & Planning\")"
+ }
},
- "doc": {
- "symbol": "📖",
- "description": "Documentation",
- "link": "[<%= symbol %>](<%= url %> \"Documentation\")"
- },
- "test": {
- "symbol": "⚠️",
- "description": "Tests",
- "link": "[<%= symbol %>](<%= url %> \"Tests\")"
- },
- "bug": {
- "symbol": "🐛",
- "description": "Bug reports",
- "link": "[<%= symbol %>](<%= url %> \"Bug reports\")"
- },
- "example": {
- "symbol": "💡",
- "description": "Examples",
- "link": "[<%= symbol %>](<%= url %> \"Examples\")"
- },
- "design": {
- "symbol": "🎨",
- "description": "Design",
- "link": "[<%= symbol %>](<%= url %> \"Design\")"
- },
- "ideas": {
- "symbol": "🤔",
- "description": "Ideas & Planning",
- "link": "[<%= symbol %>](<%= url %> \"Ideas & Planning\")"
- }
- },
- "skipCi": true
+ "skipCi": true
}
+
diff --git a/README.md b/README.md
index d7c8852f..a28daaaf 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,43 @@
[](https://github.com/esengine/ecs-framework/stargazers)
[](https://deepwiki.com/esengine/ecs-framework)
-一个高性能的 TypeScript ECS (Entity-Component-System) 框架,专为现代游戏开发而设计。
+
一个高性能的 TypeScript ECS (Entity-Component-System) 框架,专为现代游戏开发而设计。
+ +A high-performance TypeScript ECS (Entity-Component-System) framework designed for modern game development.
+ +esengine 🚧 💻 🎨 |
+ LING YE 💻 |
+ MirageTank 💻 |
+