更新 v1.0.0 文档

This commit is contained in:
SmallMain 2022-07-06 15:34:09 +08:00
parent becc130f26
commit eceb3c55b6
9 changed files with 19 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 KiB

View File

@ -10,7 +10,7 @@ description: "推荐使用此方式进行一键安装。"
在 Cocos Store 搜索名为 **Cocos Service Pack** 的引擎扩展,或者 [点此跳转](pathname://TODO)。 在 Cocos Store 搜索名为 **Cocos Service Pack** 的引擎扩展,或者 [点此跳转](pathname://TODO)。
这个扩展不是免费的,**但其唯一的作用就是帮助你管理服务包的版本(查看已安装版本、安装、卸载)。** 这个扩展不是免费的,**但其唯一的作用就是帮助你管理服务包的版本(查看、安装和卸载服务包)。**
:::tip 常见问题 :::tip 常见问题
@ -28,14 +28,23 @@ description: "推荐使用此方式进行一键安装。"
::: :::
---
## 查询信息
安装好扩展后,可在 Cocos Creator 的菜单栏依次点击 **扩展 - 服务包管理 - 查看信息**,会打印当前环境信息。
![plugin-info](./assets/plugin-info.png)
你可以看到当前引擎版本支持一键安装的服务包版本,已安装的服务包版本等信息。
--- ---
## 一键安装 ## 一键安装
安装好扩展后,在 Cocos Creator 的菜单栏依次点击 **扩展 - 服务包管理**,会弹出服务包管理界面。 安装好扩展后,在 Cocos Creator 的菜单栏依次点击 **扩展 - 服务包管理 - 安装服务包 - 安装最新版本**,会自动开始安装服务包
![plugin-ui](./assets/plugin-ui.png) ![plugin-install](./assets/plugin-install.png)
如果是支持的引擎版本,**安装服务包** 的按钮会亮起,点击之后等待安装完成,完成后重启编辑器即可。 如果你的项目使用的不是最新版本的服务包,你也可以选择 **安装其它版本**
:::note 扩展做了什么事 :::note 扩展做了什么事

View File

@ -7,7 +7,7 @@ description: "需掌握一定的自定义引擎知识。"
## Service Pack v1.0.0 ## Service Pack v1.0.0
适配 Cocos Creator v2.4.9 版本,[点此下载服务包](https://github.com/smallmain/cocos-service-pack/releases/tag/v1.0.0-alpha) 适配 Cocos Creator v2.4.9 版本,[点此下载服务包](https://github.com/smallmain/cocos-service-pack/releases/tag/v1.0.0)
--- ---
## 标准安装 ## 标准安装

View File

@ -15,9 +15,11 @@ sidebar_position: 6
--- ---
## 使用引擎扩展卸载 ## 使用引擎扩展卸载
请参考 [手动卸载](#手动卸载) 中提到的 **解除代码依赖与资源依赖**,确保项目不再依赖任何服务包的特性之后,点击服务包管理界面的 **卸载服务包** 按钮,会自动帮你恢复自定义引擎,将引擎内的 `jsb-adapter` 替换为原版备份,并删除 `creator-sp.d.ts` 文件 请参考 [手动卸载](#手动卸载) 中提到的 **解除代码依赖与资源依赖**,确保项目不再依赖任何服务包的特性之后再卸载
![extuninstall](./assets/ext-uninstall.png) 在 Cocos Creator 的菜单栏依次点击 **扩展 - 服务包管理 - 卸载服务包** 即可。
![plugin-uninstall](./assets/plugin-uninstall.png)
之后重启即可生效。 之后重启即可生效。

View File

@ -7,7 +7,7 @@ sidebar_position: 7
--- ---
## Service Pack v1.0.0 ## Service Pack v1.0.0
适配 Cocos Creator v2.4.9 版本,[点此下载服务包](https://github.com/smallmain/cocos-service-pack/releases/tag/v1.0.0-alpha) 适配 Cocos Creator v2.4.9 版本,[点此下载服务包](https://github.com/smallmain/cocos-service-pack/releases/tag/v1.0.0)
- **[新特性] 支持多纹理渲染** - **[新特性] 支持多纹理渲染**
- **[新特性] 重构动态图集,支持多个新特性** - **[新特性] 重构动态图集,支持多个新特性**