From 346471ab91dda4a6dbbb300640d2e37e42a17cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E5=95=A6C=E6=A2=A6?= <15709267061@163.com> Date: Wed, 25 Jun 2025 15:28:23 +0800 Subject: [PATCH] update --- src/components/XSquareCarouselImage.vue | 2 +- src/static/icons/{水印_素材案例.png => sy_sc.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename src/static/icons/{水印_素材案例.png => sy_sc.png} (100%) 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