From f350dff66f334d7ddd0ad8ec84fd4364aff6745c Mon Sep 17 00:00:00 2001 From: gongxh Date: Mon, 16 Mar 2026 15:40:26 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=AF=B4=E6=98=8E=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=B8=8D=E5=86=8D=E7=BB=B4=E6=8A=A4=E5=B9=B6=E6=8C=87=E5=90=91?= =?UTF-8?q?=E6=96=B0=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- README.md | 76 ++----------------------------------------------------- 1 file changed, 2 insertions(+), 74 deletions(-) diff --git a/README.md b/README.md index 37e47ba..1c51b0d 100644 --- a/README.md +++ b/README.md @@ -2,77 +2,5 @@ 基于 Cocos Creator 的一套游戏框架,提供了一系列实用模块,帮助开发者快速构建高质量的游戏项目。 项目持续优化中,敬请期待~~~ - -#### 版本支持 -- creator 3.7之前的版本理论上也支持,未测试 -- creator 3.7+ 支持 -- creator 3.8+ 支持 - -> 此项目是框架源码,不是creator项目 -> -> demo见最下方仓库地址 - -## 安装kunpocc - -项目已发布到 `npm`, 安装方法如下: - -```bash -npm install kunpocc -``` - -> 如果连不上npm, 可使用国内镜像 比如: 淘宝、腾讯、华为 - -```bash -# 官方 -npm set registry https://registry.npmjs.org -# 中国镜像站(用这个就行) -npm set registry https://registry.npmmirror.com/ -#腾讯 -npm set registry https://mirrors.cloud.tencent.com/npm/ -# 华为 -npm set registry https://repo.huaweicloud.com/repository/npm/ -# 阿里 -npm set registry https://npm.aliyun.com -``` - -# 集成目录 -1. [使用教程 (新手必看)](./docs/Noviciate.md) -2. [项目配置](./docs/Basic.md) -3. [UI模块](./docs/UI.md) -4. [全局计时器](./docs/Timer.md) -5. [平台工具](./docs/Platform.md) -6. [屏幕尺寸](./docs/Screen.md) -7. [小工具](./docs/Tools.md) -8. [时间](./docs/Time.md) -9. [小游戏接口封装](./docs/MiniGame.md) -10. [热更新](./docs/HotUpdate.md) -11. [条件显示节点 (一般用于UI上的红点)](./docs/Condition.md) -12. [数据模块](./docs/Data.md) - -# 独立模块目录 -1. [ec模块](https://github.com/Gongxh0901/kunpo-ec) -2. [ecs模块](https://github.com/Gongxh0901/kunpo-esc) -3. [网络模块 http和socket](https://github.com/Gongxh0901/kunpocc-net) -4. [四叉树](https://github.com/Gongxh0901/kunpo-quadtree) -5. [行为树](https://github.com/Gongxh0901/kunpocc-behaviortree) -6. [资源管理](https://github.com/Gongxh0901/kunpocc-assets) -7. [全局事件](https://github.com/Gongxh0901/kunpocc-event) -## 类型支持 - -该库完全使用 TypeScript 编写,提供完整的类型定义文件。 - -## 许可证 - -ISC License - -## 作者 - -gongxh - -## 联系作者 - -* 邮箱: gong.xinhai@163.com - -## 源码仓库 -[kunpocc gitee地址](https://gitee.com/gongxinhai/kunpolibrary) -[kunpocc github地址](https://github.com/Gongxh0901/kunpolibrary) \ No newline at end of file +## 此项目不再维护 +新项目迁移至:https://github.com/gongxh0901/bit-framework \ No newline at end of file