完善 docs

This commit is contained in:
SmallMain
2022-06-20 17:43:35 +08:00
parent 798d456fb2
commit 11e48119c9
9 changed files with 566 additions and 206 deletions

View File

@@ -40,9 +40,9 @@ Service Pack 暂时只适配 Cocos Creator 2.x 版本Cocos Creator 3.x 正在
## 功能演示
[桌面版 Demo Web 项目](https://smallmain.github.io/cocos-service-pack/demo/web-desktop/index.html)
[Web Desktop 演示项目](https://smallmain.github.io/cocos-service-pack/demo/web-desktop/index.html)
[手机版 Demo Web 项目](https://smallmain.github.io/cocos-service-pack/demo/web-mobile/index.html)
[Web Mobile 演示项目](https://smallmain.github.io/cocos-service-pack/demo/web-mobile/index.html)
## 使用方法

View File

@@ -42,7 +42,9 @@ toc_max_heading_level: 5
:::caution 特别注意
Spine 组件使用多纹理材质时会强制勾选 `enableBatch` 并强制关闭 `useTint`
Spine 组件使用多纹理材质时会强制勾选 `enableBatch`,因为不开启就不能合批,那也就没必要使用多纹理材质
并且暂时不支持染色效果,会强制关闭 `useTint` 选项。
:::