Files
oops-framework/doc/using.md
2022-07-21 14:29:21 +08:00

15 lines
783 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### 框架使用说明
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 打开自己项目升级完成