From 0d777fd794e6a4083f79c1ddf78e764952a49f96 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:46:23 +0800 Subject: [PATCH] Update README-ZH.md --- README-ZH.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index 213ded6..b82825f 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -114,16 +114,16 @@ https://github.com/DCFApixels/DragonECS.git 也可以通过将框架的源代码直接复制到项目中来使用该框架。 # 扩展 -* 集成: +* Integrations: * [Unity](https://github.com/DCFApixels/DragonECS-Unity) * [Godot](https://gitlab.com/InauniusOwn/Libraries/DraGodot) -* 包: +* Packages: * [自动依赖注入](https://github.com/DCFApixels/DragonECS-AutoInjections) * [经典C#多线程](https://github.com/DCFApixels/DragonECS-ClassicThreads) * [Recursivity](https://github.com/DCFApixels/DragonECS-Recursivity) * [Hybrid](https://github.com/DCFApixels/DragonECS-Hybrid) * [Graphs](https://github.com/DCFApixels/DragonECS-Graphs) -* 工具: +* Utilities: * [简单语法](https://gist.github.com/DCFApixels/d7bfbfb8cb70d141deff00be24f28ff0) * [EcsRefPool](https://gist.github.com/DCFApixels/73e392ccabdd98b3d4a517017d8a3f22) * [计时器](https://gist.github.com/DCFApixels/71a416275660c465ece76242290400df)