From 100df70dd487016004f26ef6a17610407341e56a Mon Sep 17 00:00:00 2001 From: dongqian <3475123872@qq.com> Date: Thu, 30 Oct 2025 11:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/deepExploration_header.vue | 2 +- pages/blank/institutionalTrendsBriefing.vue | 4 ++-- pages/blank/notice.vue | 4 ++-- pages/deepMate/deepMate.vue | 8 ++++---- static/icons/{Left_(左).png => Left.png} | Bin static/icons/{关闭2.svg => close-two.svg} | 0 static/icons/{机器人.svg => robot.svg} | 0 static/images/{缺省.png => blank.png} | Bin static/images/{机器人 (1).svg => robot (1).svg} | 0 9 files changed, 9 insertions(+), 9 deletions(-) rename static/icons/{Left_(左).png => Left.png} (100%) rename static/icons/{关闭2.svg => close-two.svg} (100%) rename static/icons/{机器人.svg => robot.svg} (100%) rename static/images/{缺省.png => blank.png} (100%) rename static/images/{机器人 (1).svg => robot (1).svg} (100%) diff --git a/components/deepExploration_header.vue b/components/deepExploration_header.vue index daae53c..299e8e4 100644 --- a/components/deepExploration_header.vue +++ b/components/deepExploration_header.vue @@ -372,7 +372,7 @@ onMounted(() => {}); } .drawer-close { - background: url("../static/icons/关闭2.svg"); + background: url("../static/icons/close-two.svg"); width: 48rpx; height: 48rpx; border-radius: 24rpx; diff --git a/pages/blank/institutionalTrendsBriefing.vue b/pages/blank/institutionalTrendsBriefing.vue index d78c5b0..ca1133c 100644 --- a/pages/blank/institutionalTrendsBriefing.vue +++ b/pages/blank/institutionalTrendsBriefing.vue @@ -4,7 +4,7 @@ - + @@ -16,7 +16,7 @@ > - + 暂无内容~ diff --git a/pages/blank/notice.vue b/pages/blank/notice.vue index 713de07..f64f90d 100644 --- a/pages/blank/notice.vue +++ b/pages/blank/notice.vue @@ -4,7 +4,7 @@ - + @@ -16,7 +16,7 @@ > - + 暂无内容~ diff --git a/pages/deepMate/deepMate.vue b/pages/deepMate/deepMate.vue index 7ca432a..2dff1a3 100644 --- a/pages/deepMate/deepMate.vue +++ b/pages/deepMate/deepMate.vue @@ -45,7 +45,7 @@ - + Hi, 我是您的股市随身顾问~ - + Hi, 我是您的股市随身顾问~ @@ -1245,7 +1245,7 @@ async function itemClick(item) { } .bot-message .message-icon { - background: url("/static/images/机器人 (1).svg"); + background: url("/static/images/robot (1).svg"); color: white; } @@ -1525,7 +1525,7 @@ async function itemClick(item) { } .drawer-close { - background: url("/static/icons/关闭2.svg"); + background: url("/static/icons/close-two.svg"); width: 48rpx; height: 48rpx; border-radius: 24rpx; diff --git a/static/icons/Left_(左).png b/static/icons/Left.png similarity index 100% rename from static/icons/Left_(左).png rename to static/icons/Left.png diff --git a/static/icons/关闭2.svg b/static/icons/close-two.svg similarity index 100% rename from static/icons/关闭2.svg rename to static/icons/close-two.svg diff --git a/static/icons/机器人.svg b/static/icons/robot.svg similarity index 100% rename from static/icons/机器人.svg rename to static/icons/robot.svg diff --git a/static/images/缺省.png b/static/images/blank.png similarity index 100% rename from static/images/缺省.png rename to static/images/blank.png diff --git a/static/images/机器人 (1).svg b/static/images/robot (1).svg similarity index 100% rename from static/images/机器人 (1).svg rename to static/images/robot (1).svg