This commit is contained in:
icssoa
2025-10-27 18:13:43 +08:00
parent fe7d416499
commit 21b055cd42
7 changed files with 12 additions and 12 deletions

View File

@@ -52,8 +52,8 @@ import { ref } from "vue";
import { parseClass } from "@/cool"; import { parseClass } from "@/cool";
const list = ref<string[]>([ const list = ref<string[]>([
"https://uni-docs.cool-js.com/demo/pages/demo/static/bg1.png", "https://unix.cool-js.com/images/demo/bg1.png",
"https://uni-docs.cool-js.com/demo/pages/demo/static/bg2.png", "https://unix.cool-js.com/images/demo/bg2.png",
"https://uni-docs.cool-js.com/demo/pages/demo/static/bg3.png" "https://unix.cool-js.com/images/demo/bg3.png"
]); ]);
</script> </script>

View File

@@ -52,9 +52,9 @@ import { ref } from "vue";
const marqueeRef = ref<ClMarqueeComponentPublicInstance | null>(null); const marqueeRef = ref<ClMarqueeComponentPublicInstance | null>(null);
const list = ref<string[]>([ const list = ref<string[]>([
"https://uni-docs.cool-js.com/demo/pages/demo/static/bg1.png", "https://unix.cool-js.com/images/demo/bg1.png",
"https://uni-docs.cool-js.com/demo/pages/demo/static/bg2.png", "https://unix.cool-js.com/images/demo/bg2.png",
"https://uni-docs.cool-js.com/demo/pages/demo/static/bg3.png" "https://unix.cool-js.com/images/demo/bg3.png"
]); ]);
const isSpeed = ref(false); const isSpeed = ref(false);

View File

@@ -51,7 +51,7 @@
:pt="{ :pt="{
className: 'my-3' className: 'my-3'
}" }"
src="https://uni-docs.cool-js.com/demo/pages/demo/static/bg1.png" src="https://unix.cool-js.com/images/demo/bg1.png"
></cl-image> ></cl-image>
<cl-text> <cl-text>

View File

@@ -43,7 +43,7 @@
> >
<view class="flex flex-row mb-3 mt-1"> <view class="flex flex-row mb-3 mt-1">
<cl-image <cl-image
src="https://uni-docs.cool-js.com/demo/pages/demo/static/bg1.png" src="https://unix.cool-js.com/images/demo/bg1.png"
></cl-image> ></cl-image>
<view class="flex-1 px-3"> <view class="flex-1 px-3">

View File

@@ -49,7 +49,7 @@
}" }"
> >
<cl-image <cl-image
src="https://uni-docs.cool-js.com/demo/pages/demo/static/bg1.png" src="https://unix.cool-js.com/images/demo/bg1.png"
class="mb-3" class="mb-3"
height="auto" height="auto"
width="100%" width="100%"

View File

@@ -37,7 +37,7 @@
:pt="{ :pt="{
className: 'overflow-visible' className: 'overflow-visible'
}" }"
src="https://uni-docs.cool-js.com/demo/pages/demo/static/bg1.png" src="https://unix.cool-js.com/images/demo/bg1.png"
> >
<cl-badge type="error" value="+9" position> </cl-badge> <cl-badge type="error" value="+9" position> </cl-badge>
</cl-image> </cl-image>

View File

@@ -18,7 +18,7 @@
<demo-item :label="t('图片')"> <demo-item :label="t('图片')">
<cl-skeleton type="image" :loading="loading"> <cl-skeleton type="image" :loading="loading">
<cl-image <cl-image
src="https://uni-docs.cool-js.com/demo/pages/demo/static/bg1.png" src="https://unix.cool-js.com/images/demo/bg1.png"
></cl-image> ></cl-image>
</cl-skeleton> </cl-skeleton>
</demo-item> </demo-item>
@@ -27,7 +27,7 @@
<cl-skeleton type="circle" :loading="loading"> <cl-skeleton type="circle" :loading="loading">
<cl-image <cl-image
:radius="100" :radius="100"
src="https://uni-docs.cool-js.com/demo/pages/demo/static/bg1.png" src="https://unix.cool-js.com/images/demo/bg1.png"
></cl-image> ></cl-image>
</cl-skeleton> </cl-skeleton>
</demo-item> </demo-item>