From 2f196cf87abf88df54796a8cf86740012d77e4a2 Mon Sep 17 00:00:00 2001 From: zouyaoji <370681295@qq.com> Date: Fri, 18 Aug 2023 22:29:15 +0800 Subject: [PATCH] docs: :memo: updated docs --- website/docs/en-US/datasources/vc-datasource-custom.md | 2 +- website/docs/en-US/geometries/vc-geometry-wall.md | 2 +- website/docs/en-US/graphics/vc-graphics-wall.md | 7 ++++++- website/docs/zh-CN/datasources/vc-datasource-custom.md | 2 +- website/docs/zh-CN/geometries/vc-geometry-wall.md | 2 +- website/docs/zh-CN/graphics/vc-graphics-wall.md | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/website/docs/en-US/datasources/vc-datasource-custom.md b/website/docs/en-US/datasources/vc-datasource-custom.md index 0f6f7d67..513f3735 100644 --- a/website/docs/en-US/datasources/vc-datasource-custom.md +++ b/website/docs/en-US/datasources/vc-datasource-custom.md @@ -116,7 +116,7 @@ Basic usage of VcDatasourceCustom component. material: { fabric: { type: 'VcLineFlow', - uniforms: { image: '/images/textures/arrow.png', color: 'yellow', repeat: { x: 30, y: 1 }, speed: 10 } + uniforms: { image: 'https://zouyaoji.top/vue-cesium/images/textures/arrow.png', color: 'yellow', repeat: { x: 30, y: 1 }, speed: 10 } } } } diff --git a/website/docs/en-US/geometries/vc-geometry-wall.md b/website/docs/en-US/geometries/vc-geometry-wall.md index b014939f..91726b1f 100644 --- a/website/docs/en-US/geometries/vc-geometry-wall.md +++ b/website/docs/en-US/geometries/vc-geometry-wall.md @@ -19,7 +19,7 @@ Basic usage of VcGeometryWall component. material: { fabric: { type: 'VcLineFlow', - uniforms: { image: '/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 } + uniforms: { image: 'https://zouyaoji.top/vue-cesium/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 } } } }}" diff --git a/website/docs/en-US/graphics/vc-graphics-wall.md b/website/docs/en-US/graphics/vc-graphics-wall.md index 029d924b..a864b112 100644 --- a/website/docs/en-US/graphics/vc-graphics-wall.md +++ b/website/docs/en-US/graphics/vc-graphics-wall.md @@ -25,7 +25,12 @@ Basic usage of the VcGraphicsWall component. diff --git a/website/docs/zh-CN/datasources/vc-datasource-custom.md b/website/docs/zh-CN/datasources/vc-datasource-custom.md index 63e11490..c635ef24 100644 --- a/website/docs/zh-CN/datasources/vc-datasource-custom.md +++ b/website/docs/zh-CN/datasources/vc-datasource-custom.md @@ -134,7 +134,7 @@ material: { fabric: { type: 'VcLineFlow', - uniforms: { image: '/images/textures/arrow.png', color: 'yellow', repeat: { x: 30, y: 1 }, speed: 10 } + uniforms: { image: 'https://zouyaoji.top/vue-cesium/images/textures/arrow.png', color: 'yellow', repeat: { x: 30, y: 1 }, speed: 10 } } } } diff --git a/website/docs/zh-CN/geometries/vc-geometry-wall.md b/website/docs/zh-CN/geometries/vc-geometry-wall.md index b1e8c477..99e6add8 100644 --- a/website/docs/zh-CN/geometries/vc-geometry-wall.md +++ b/website/docs/zh-CN/geometries/vc-geometry-wall.md @@ -19,7 +19,7 @@ material: { fabric: { type: 'VcLineFlow', - uniforms: { image: '/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 } + uniforms: { image: 'https://zouyaoji.top/vue-cesium/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 } } } }}" diff --git a/website/docs/zh-CN/graphics/vc-graphics-wall.md b/website/docs/zh-CN/graphics/vc-graphics-wall.md index 9d198c1a..88ed2f33 100644 --- a/website/docs/zh-CN/graphics/vc-graphics-wall.md +++ b/website/docs/zh-CN/graphics/vc-graphics-wall.md @@ -28,7 +28,7 @@ :material="{ fabric: { type: 'VcLineFlow', - uniforms: { image: '/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 } + uniforms: { image: 'https://zouyaoji.top/vue-cesium/images/textures/fence.png', axisY: true, color: '#bdf700', repeat: { x: 5, y: 1 }, speed: 5 } } }" >