mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-09-24 21:03:12 +00:00
将链接更新到 Gitee
This commit is contained in:
@@ -41,9 +41,9 @@ hide_title: true
|
||||
|
||||
## 功能演示
|
||||
|
||||
[Web Desktop 演示项目](https://smallmain.github.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html)
|
||||
[Web Desktop 演示项目](https://smallmain.gitee.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html)
|
||||
|
||||
[Web Mobile 演示项目](https://smallmain.github.io/cocos-service-pack/demo/v1.0.0/web-mobile/index.html)(请将设备横屏)
|
||||
[Web Mobile 演示项目](https://smallmain.gitee.io/cocos-service-pack/demo/v1.0.0/web-mobile/index.html)(请将设备横屏)
|
||||
|
||||
:::note 提示
|
||||
|
||||
@@ -70,7 +70,7 @@ hide_title: true
|
||||
- [修复] CHAR 缓存模式 hash 计算可能会有重复的问题
|
||||
- [调整] 默认禁用 Label 原生 TTF 渲染器
|
||||
|
||||
[点此](https://smallmain.github.io/cocos-service-pack/docs/update-log) 查看所有的更新日志。
|
||||
[点此](https://smallmain.gitee.io/cocos-service-pack/docs/update-log) 查看所有的更新日志。
|
||||
|
||||
## 贡献指南
|
||||
|
||||
|
@@ -53,7 +53,7 @@ Spine 组件使用多纹理材质时会强制勾选 `enableBatch`,因为不开
|
||||
|
||||
除了直接在内置着色器的基础上修改之外,任何着色器中如果存在一个宏 `USE_MULTI_TEXTURE = true`,则会被认为是多纹理材质。
|
||||
|
||||
[演示项目](https://smallmain.github.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html) 中有自定义材质的示范代码。
|
||||
[演示项目](https://smallmain.gitee.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html) 中有自定义材质的示范代码。
|
||||
|
||||
:::tip 提示
|
||||
|
||||
|
@@ -88,4 +88,4 @@ const clonedSkeletonData = skeletonData.clone();
|
||||
使用以上代码克隆 SkeletonData 后再进行换装,赋值给 Spine 组件,那么替换操作就只会对这个 Spine 组件生效。
|
||||
|
||||
---
|
||||
以上所有用法你可以在 [演示项目](https://smallmain.github.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html) 中找到示范代码。
|
||||
以上所有用法你可以在 [演示项目](https://smallmain.gitee.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html) 中找到示范代码。
|
||||
|
@@ -76,7 +76,7 @@ const config = {
|
||||
label: '文档',
|
||||
},
|
||||
{
|
||||
href: 'https://smallmain.github.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html',
|
||||
href: 'https://smallmain.gitee.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html',
|
||||
label: '演示',
|
||||
position: 'right',
|
||||
},
|
||||
|
@@ -30,7 +30,7 @@ function HomepageHeader() {
|
||||
</Link>
|
||||
<Link
|
||||
className="button button--outline button--primary button--lg"
|
||||
href='https://smallmain.github.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html'
|
||||
href='https://smallmain.gitee.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html'
|
||||
style={{ marginRight: 20 }}
|
||||
>
|
||||
查看演示
|
||||
|
@@ -41,9 +41,9 @@ hide_title: true
|
||||
|
||||
## 功能演示
|
||||
|
||||
[Web Desktop 演示项目](https://smallmain.github.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html)
|
||||
[Web Desktop 演示项目](https://smallmain.gitee.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html)
|
||||
|
||||
[Web Mobile 演示项目](https://smallmain.github.io/cocos-service-pack/demo/v1.0.0/web-mobile/index.html)(请将设备横屏)
|
||||
[Web Mobile 演示项目](https://smallmain.gitee.io/cocos-service-pack/demo/v1.0.0/web-mobile/index.html)(请将设备横屏)
|
||||
|
||||
:::note 提示
|
||||
|
||||
@@ -70,7 +70,7 @@ hide_title: true
|
||||
- [修复] CHAR 缓存模式 hash 计算可能会有重复的问题
|
||||
- [调整] 默认禁用 Label 原生 TTF 渲染器
|
||||
|
||||
[点此](https://smallmain.github.io/cocos-service-pack/docs/update-log) 查看所有的更新日志。
|
||||
[点此](https://smallmain.gitee.io/cocos-service-pack/docs/update-log) 查看所有的更新日志。
|
||||
|
||||
## 贡献指南
|
||||
|
||||
|
@@ -53,7 +53,7 @@ Spine 组件使用多纹理材质时会强制勾选 `enableBatch`,因为不开
|
||||
|
||||
除了直接在内置着色器的基础上修改之外,任何着色器中如果存在一个宏 `USE_MULTI_TEXTURE = true`,则会被认为是多纹理材质。
|
||||
|
||||
[演示项目](https://smallmain.github.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html) 中有自定义材质的示范代码。
|
||||
[演示项目](https://smallmain.gitee.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html) 中有自定义材质的示范代码。
|
||||
|
||||
:::tip 提示
|
||||
|
||||
|
@@ -88,4 +88,4 @@ const clonedSkeletonData = skeletonData.clone();
|
||||
使用以上代码克隆 SkeletonData 后再进行换装,赋值给 Spine 组件,那么替换操作就只会对这个 Spine 组件生效。
|
||||
|
||||
---
|
||||
以上所有用法你可以在 [演示项目](https://smallmain.github.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html) 中找到示范代码。
|
||||
以上所有用法你可以在 [演示项目](https://smallmain.gitee.io/cocos-service-pack/demo/v1.0.0/web-desktop/index.html) 中找到示范代码。
|
||||
|
Reference in New Issue
Block a user