diff --git a/src/components/XSquareCarouselImage.vue b/src/components/XSquareCarouselImage.vue index d44db38..ac7a7d9 100644 --- a/src/components/XSquareCarouselImage.vue +++ b/src/components/XSquareCarouselImage.vue @@ -2,7 +2,7 @@ import {ref} from "vue"; import testIcon from '../static/images/test.png'; import XImage from "./XImage.vue"; -import ICON from "../static/icons/水印_素材案例.png"; +import ICON from "../static/icons/sy_sc.png"; const XImageRef = ref(); const {list, showSY} = defineProps({ diff --git a/src/static/icons/水印_素材案例.png b/src/static/icons/sy_sc.png similarity index 100% rename from src/static/icons/水印_素材案例.png rename to src/static/icons/sy_sc.png