解决 github pages 缓存问题

This commit is contained in:
SmallMain 2022-06-21 23:42:01 +08:00
parent e57f6e5e9f
commit e9c7c6c96a
161 changed files with 8 additions and 8 deletions

View File

@ -53,9 +53,9 @@
## 功能演示
[Web Desktop 演示项目](https://smallmain.github.io/cocos-service-pack/demo/web-desktop/index.html)
[Web Desktop 演示项目](https://smallmain.github.io/cocos-service-pack/demo/v1.0.0-alpha/web-desktop/index.html)
[Web Mobile 演示项目](https://smallmain.github.io/cocos-service-pack/demo/web-mobile/index.html)
[Web Mobile 演示项目](https://smallmain.github.io/cocos-service-pack/demo/v1.0.0-alpha/web-mobile/index.html)
## 使用方法

View File

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

View File

@ -55,7 +55,7 @@ Spine 组件使用多纹理材质时会强制勾选 `enableBatch`,因为不开
除了直接在内置着色器的基础上修改之外,任何着色器中如果存在一个宏 `USE_MULTI_TEXTURE = true`,则会被认为是多纹理材质。
[演示项目](https://smallmain.github.io/cocos-service-pack/demo/web-desktop/index.html) 中有自定义材质的示范代码。
[演示项目](https://smallmain.github.io/cocos-service-pack/demo/v1.0.0-alpha/web-desktop/index.html) 中有自定义材质的示范代码。
:::tip 提示

View File

@ -80,4 +80,4 @@ const clonedSkeletonData = skeletonData.clone();
克隆 SkeletonData然后再进行换装赋值给 Spine 组件。
---
以上所有用法你可以在 [演示项目](https://smallmain.github.io/cocos-service-pack/demo/web-desktop/index.html) 中找到示范代码。
以上所有用法你可以在 [演示项目](https://smallmain.github.io/cocos-service-pack/demo/v1.0.0-alpha/web-desktop/index.html) 中找到示范代码。

View File

@ -70,7 +70,7 @@ const config = {
label: '文档',
},
{
href: 'https://smallmain.github.io/cocos-service-pack/demo/web-desktop/index.html',
href: 'https://smallmain.github.io/cocos-service-pack/demo/v1.0.0-alpha/web-desktop/index.html',
label: '演示',
position: 'right',
},

View File

@ -49,7 +49,7 @@ function HomepageHeader() {
</Link>
<Link
className="button button--outline button--primary button--lg"
href='https://smallmain.github.io/cocos-service-pack/demo/web-desktop/index.html'
href='https://smallmain.github.io/cocos-service-pack/demo/v1.0.0-alpha/web-desktop/index.html'
style={{ marginRight: 20 }}
>

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Some files were not shown because too many files have changed in this diff Show More