refactor: icegl站点切cdn

This commit is contained in:
hawk86104 2025-03-20 09:33:33 +08:00
parent cf11a1b54c
commit 0227c65548
8 changed files with 9 additions and 9 deletions

View File

@ -120,11 +120,11 @@ If you encounter any problems while using the project, please contact us through
- Q&A Community: [Graphics Community icegl.cn](https://www.icegl.cn/ask) - Q&A Community: [Graphics Community icegl.cn](https://www.icegl.cn/ask)
<a href="https://www.icegl.cn/ask"> <a href="https://www.icegl.cn/ask">
<img src="https://icegl-1314935952.cos.ap-beijing.myqcloud.com/uploads/20230421/QQ20230421-121209.png" style="width:800px;max-width:100%;" alt="Graphics Community"></a> <img src="./preview/ask.png" style="width:800px;max-width:100%;" alt="Graphics Community"></a>
- We also welcome you to join our WeChat groups. Several groups are already full, so feel free to add me on WeChat, and Ill invite you to join for learning and discussing WebGL together. - We also welcome you to join our WeChat groups. Several groups are already full, so feel free to add me on WeChat, and Ill invite you to join for learning and discussing WebGL together.
<p align = "left"> <p align = "left">
<img src="https://icegl-1314935952.cos.ap-beijing.myqcloud.com/uploads/20230731/17d59bab46815cce1f4f1e09dcbb6ccc.png" width="300" /> <img src="./preview/wx.png" width="300" />
</p> </p>
# ⭐ Star History # ⭐ Star History
@ -144,7 +144,7 @@ The copyright information of third-party source code and binary files included i
Follow our official WeChat account to receive the latest updates. Follow our official WeChat account to receive the latest updates.
<p align = "left"> <p align = "left">
<img src="https://icegl-1314935952.cos.ap-beijing.myqcloud.com/uploads/20240619/de51c5e66dd5a8647100cc3b61171223.jpg" width="300" /> <img src="./preview/wxgzh.jpg" width="300" />
</p> </p>
Copyright © 2022-2026 by 🧊icegl (https://www.icegl.cn) Copyright © 2022-2026 by 🧊icegl (https://www.icegl.cn)

View File

@ -184,12 +184,12 @@
<tr> <tr>
<td style="padding: 10px;"> <td style="padding: 10px;">
<a href="https://www.icegl.cn/tvtstore" style="display:block;max-width:100%;"> <a href="https://www.icegl.cn/tvtstore" style="display:block;max-width:100%;">
<img src="https://icegl-1314935952.cos.ap-beijing.myqcloud.com/uploads/20240814/5b370fdeb9e9817c4b78cd919da74d8a.png" alt="tres.js webgl"> <img src="./preview/tvtstore.png" alt="tres.js webgl">
</a> </a>
</td> </td>
<td style="padding: 10px;"> <td style="padding: 10px;">
<a href="https://www.icegl.cn/p/tvtdeveloper" style="display:block;max-width:100%;"> <a href="https://www.icegl.cn/p/tvtdeveloper" style="display:block;max-width:100%;">
<img src="https://icegl-1314935952.cos.ap-beijing.myqcloud.com/uploads/20240712/bd350b8cb5bc46d4b7a05b903cf787b4.png" alt="tres.js webgl"> <img src="./preview/findyou.png" alt="tres.js webgl">
</a> </a>
</td> </td>
</tr> </tr>
@ -234,7 +234,7 @@
</td> </td>
<td style="padding: 10px;"> <td style="padding: 10px;">
<p style="display:block;max-width:100%;"> <p style="display:block;max-width:100%;">
<img src="https://icegl-1314935952.cos.ap-beijing.myqcloud.com/uploads/20230731/17d59bab46815cce1f4f1e09dcbb6ccc.png?imageMogr2/thumbnail/350x" alt="tres.js webgl"> <img src="./preview/wx.png" alt="tres.js webgl">
</p> </p>
</td> </td>
<td style="padding: 10px;"> <td style="padding: 10px;">
@ -244,7 +244,7 @@
</td> </td>
<td style="padding: 10px;"> <td style="padding: 10px;">
<p style="display:block;max-width:100%;"> <p style="display:block;max-width:100%;">
<img src="https://icegl-1314935952.cos.ap-beijing.myqcloud.com/uploads/20240619/de51c5e66dd5a8647100cc3b61171223.jpg?imageMogr2/thumbnail/350x" alt="tres.js webgl"> <img src="./preview/wxgzh.jpg" alt="tres.js webgl">
</p> </p>
</td> </td>
</tr> </tr>

BIN
preview/ask.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 KiB

BIN
preview/findyou.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 KiB

BIN
preview/tvtstore.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

BIN
preview/wx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
preview/wxgzh.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -4,7 +4,7 @@
* @Autor: Hawk * @Autor: Hawk
* @Date: 2023-10-13 09:05:49 * @Date: 2023-10-13 09:05:49
* @LastEditors: 地虎降天龙 * @LastEditors: 地虎降天龙
* @LastEditTime: 2023-11-03 12:24:00 * @LastEditTime: 2025-03-20 09:25:00
--> -->
<script setup lang="ts"> <script setup lang="ts">
import type { Object3D } from 'three' import type { Object3D } from 'three'
@ -16,7 +16,7 @@ const props = defineProps<{
}>() }>()
const { scene } = await useGLTF( const { scene } = await useGLTF(
'./plugins/earthSample/model/lowpolyPlanet/airplane.gltf', // https://icegl-1314935952.cos.ap-beijing.myqcloud.com/assets/model/ './plugins/earthSample/model/lowpolyPlanet/airplane.gltf',
) )
const airplane = scene const airplane = scene