From e7055f4e3c46f676b04d489e4e4819765beea15c Mon Sep 17 00:00:00 2001 From: gongxh Date: Thu, 8 May 2025 15:23:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2724aa6..0499198 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,33 @@ 基于 Cocos Creator 3.0+ 的一套游戏框架,提供了一系列实用模块,帮助开发者快速构建高质量的游戏项目。 项目持续优化中,敬请期待~~~ +> 此项目是框架源码,不是creator项目 +> +> demo见最下方仓库地址 ## 安装kunpocc + 项目已发布到 `npm`, 安装方法如下: -> 如果连不上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) @@ -51,7 +70,6 @@ gongxh [kunpocc github地址](https://github.com/Gongxh0901/kunpolibrary) - [github demo地址](https://github.com/Gongxh0901/KunpoDemo) [gitee demo地址](https://gitee.com/gongxinhai/kunpo-demo)