将链接更新到 Gitee

This commit is contained in:
SmallMain
2022-07-07 21:17:52 +08:00
parent e37b4ea7fb
commit f4e863948a
10 changed files with 17 additions and 17 deletions

View File

@@ -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) 查看所有的更新日志。
## 贡献指南

View File

@@ -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 提示

View File

@@ -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) 中找到示范代码。

View File

@@ -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',
},

View File

@@ -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 }}
>

View File

@@ -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) 查看所有的更新日志。
## 贡献指南

View File

@@ -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 提示

View File

@@ -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) 中找到示范代码。