From f4e863948a6a985d5ae8b071424f3932b20cedf4 Mon Sep 17 00:00:00 2001 From: SmallMain Date: Thu, 7 Jul 2022 21:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E9=93=BE=E6=8E=A5=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=88=B0=20Gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- demo/README.md | 2 +- docs/docs/intro.md | 6 +++--- docs/docs/user-guide/multi-render/multi-material.md | 2 +- docs/docs/user-guide/spine/spine-skin.md | 2 +- docs/docusaurus.config.js | 2 +- docs/src/pages/index.tsx | 2 +- docs/versioned_docs/version-1.0.0/intro.md | 6 +++--- .../user-guide/multi-render/multi-material.md | 2 +- .../version-1.0.0/user-guide/spine/spine-skin.md | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 0e179c42..53d905e4 100644 --- a/README.md +++ b/README.md @@ -55,15 +55,15 @@ ## 功能演示 -[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)(请将设备横屏) > 服务包对引擎的改动完全开源,每个改动会带有原理说明文档,当你发现问题时请与我们进行反馈,如果你有兴致,可以默默帅气地提交一个 PR,帮助我们一起完善这个项目。 ## 使用方法 -请阅读文档的 [安装指南](https://smallmain.github.io/cocos-service-pack/docs/installation-guide/installation-intro) 与 [入门教程](https://smallmain.github.io/cocos-service-pack/docs/start-guide/start-guide-intro)。 +请阅读文档的 [安装指南](https://smallmain.gitee.io/cocos-service-pack/docs/installation-guide/installation-intro) 与 [入门教程](https://smallmain.gitee.io/cocos-service-pack/docs/start-guide/start-guide-intro)。 ## 更新日志 @@ -80,7 +80,7 @@ - [修复] CHAR 缓存模式 hash 计算可能会有重复的问题 - [调整] 默认禁用 Label 原生 TTF 渲染器 -[点此](https://smallmain.github.io/cocos-service-pack/docs/update-log) 查看所有的更新日志。 +[点此](https://smallmain.gitee.io/cocos-service-pack/docs/update-log) 查看所有的更新日志。 ## 贡献指南 diff --git a/demo/README.md b/demo/README.md index a8f3389b..c108ee2f 100755 --- a/demo/README.md +++ b/demo/README.md @@ -4,6 +4,6 @@ ## 如何运行 -1. 将项目克隆下来之后,根据文档中的 [安装指南](https://smallmain.github.io/cocos-service-pack/docs/installation-guide/installation-intro) 安装服务包。 +1. 将项目克隆下来之后,根据文档中的 [安装指南](https://smallmain.gitee.io/cocos-service-pack/docs/installation-guide/installation-intro) 安装服务包。 2. 重启编辑器后运行项目的 `main.fire` 场景。 diff --git a/docs/docs/intro.md b/docs/docs/intro.md index e1aa186b..8a7322a1 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -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) 查看所有的更新日志。 ## 贡献指南 diff --git a/docs/docs/user-guide/multi-render/multi-material.md b/docs/docs/user-guide/multi-render/multi-material.md index bc63f7fe..13c7baac 100644 --- a/docs/docs/user-guide/multi-render/multi-material.md +++ b/docs/docs/user-guide/multi-render/multi-material.md @@ -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 提示 diff --git a/docs/docs/user-guide/spine/spine-skin.md b/docs/docs/user-guide/spine/spine-skin.md index 103d9040..338a3ebc 100644 --- a/docs/docs/user-guide/spine/spine-skin.md +++ b/docs/docs/user-guide/spine/spine-skin.md @@ -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) 中找到示范代码。 diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 74e4c077..7221338d 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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', }, diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index ae6d03da..5d330d76 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -30,7 +30,7 @@ function HomepageHeader() { 查看演示 diff --git a/docs/versioned_docs/version-1.0.0/intro.md b/docs/versioned_docs/version-1.0.0/intro.md index e1aa186b..8a7322a1 100644 --- a/docs/versioned_docs/version-1.0.0/intro.md +++ b/docs/versioned_docs/version-1.0.0/intro.md @@ -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) 查看所有的更新日志。 ## 贡献指南 diff --git a/docs/versioned_docs/version-1.0.0/user-guide/multi-render/multi-material.md b/docs/versioned_docs/version-1.0.0/user-guide/multi-render/multi-material.md index bc63f7fe..13c7baac 100644 --- a/docs/versioned_docs/version-1.0.0/user-guide/multi-render/multi-material.md +++ b/docs/versioned_docs/version-1.0.0/user-guide/multi-render/multi-material.md @@ -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 提示 diff --git a/docs/versioned_docs/version-1.0.0/user-guide/spine/spine-skin.md b/docs/versioned_docs/version-1.0.0/user-guide/spine/spine-skin.md index 103d9040..338a3ebc 100644 --- a/docs/versioned_docs/version-1.0.0/user-guide/spine/spine-skin.md +++ b/docs/versioned_docs/version-1.0.0/user-guide/spine/spine-skin.md @@ -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) 中找到示范代码。