From 84baa306fbfa5f67e9edd13ace7153893f6af72d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=AB=E6=AC=A3=E6=B5=B7?= Date: Thu, 3 Apr 2025 16:15:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 28 ++++++++++++++-------------- package.json | 5 +++-- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 8848529..c967343 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,20 @@ npm install kunpocc ``` # 目录 -1. [项目配置](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Basic.md) -2. [UI模块](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/UI.md) -3. [实体组件模块](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/EC.md) -4. [网络模块](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/HTTP.md) -5. [四叉树](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/QuadTree.md) -6. [行为树](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/BehaviorTree.md) -7. [资源管理](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Asset.md) -8. [条件显示节点 (一般用于UI上的红点)](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Condition.md) -9. [全局事件](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Event.md) -10. [全局计时器](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Timer.md) -11. [平台工具](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Platform.md) -12. [屏幕尺寸](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Screen.md) -13. [小工具](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Tools.md) -14. [时间](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Time.md) +1. [项目配置](./docs/Basic.md) +2. [UI模块](./docs/UI.md) +3. [实体组件模块](./docs/EC.md) +4. [网络模块](./docs/HTTP.md) +5. [四叉树](./docs/QuadTree.md) +6. [行为树](./docs/BehaviorTree.md) +7. [资源管理](./docs/Asset.md) +8. [条件显示节点 (一般用于UI上的红点)](./docs/Condition.md) +9. [全局事件](./docs/Event.md) +10. [全局计时器](./docs/Timer.md) +11. [平台工具](./docs/Platform.md) +12. [屏幕尺寸](./docs/Screen.md) +13. [小工具](./docs/Tools.md) +14. [时间](./docs/Time.md) ## 类型支持 diff --git a/package.json b/package.json index ff6921b..4dcf1e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kunpocc", - "version": "1.0.25", + "version": "1.0.26", "description": "基于creator3.0+的kunpocc库", "main": "./dist/kunpocc.cjs", "module": "./dist/kunpocc.mjs", @@ -28,7 +28,8 @@ "dist/kunpocc.mjs", "dist/kunpocc.min.cjs", "dist/kunpocc.min.mjs", - "dist/kunpocc.d.ts" + "dist/kunpocc.d.ts", + "docs/" ], "author": "gongxh", "license": "ISC",