From 9e622484b57e9d5f2f7d1d782fca5a063f1d79a0 Mon Sep 17 00:00:00 2001 From: dgflash Date: Thu, 21 Jul 2022 14:29:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=86=E6=9E=B6=E6=9B=B4=E6=96=B0=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + doc/using.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 doc/using.md diff --git a/README.md b/README.md index 4649f38..c81c4aa 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ oops-framework 基于 Cocos Creato 3.x 开发的一款游戏框架 ![](http://dgflash.gitee.io/oops-full-stack-web/doc/img/qq.png) #### 技术文档 +- [oops-framework update](https://gitee.com/dgflash/oops-framework/tree/master/doc/using.md) - [oops-framework](https://gitee.com/dgflash/oops-framework/tree/master/doc/core) - [ecs](https://gitee.com/dgflash/oops-framework/tree/master/doc/ecs/ecs.md) - [mvvm](https://gitee.com/dgflash/oops-framework/tree/master/doc/mvvm) diff --git a/doc/using.md b/doc/using.md new file mode 100644 index 0000000..e1a3607 --- /dev/null +++ b/doc/using.md @@ -0,0 +1,14 @@ +### 框架使用说明 +OopsFramework从3.5.2版本开始以Cocos Creator插件方式提供使用,这样设计的目的是为了方便作者升级框架功能与修复问题时,方便的去更新框架。 + +### 开发过程中更新最新版本框架方法 +1. 更新最新版本的框架工程 + ![](http://dgflash.gitee.io/oops-full-stack-web/doc/using/1.jpg) + +2. 找到工程中 extensions/oops-framework 文件夹 + ![](http://dgflash.gitee.io/oops-full-stack-web/doc/using/2.jpg) + +3. 关闭自己项目 Cocos Creator 编辑器,将最新更新到的 extensions/oops-framework 文件夹替换自己项目中的对应文件。 + ![](http://dgflash.gitee.io/oops-full-stack-web/doc/using/3.jpg) + +4. 重新启动 Cocos Creator 打开自己项目升级完成