diff --git a/components/deepExploration_header.vue b/components/deepExploration_header.vue index bd7b61e..7ebb3fd 100644 --- a/components/deepExploration_header.vue +++ b/components/deepExploration_header.vue @@ -391,7 +391,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 29c7468..05fafbf 100644 --- a/pages/deepMate/deepMate.vue +++ b/pages/deepMate/deepMate.vue @@ -46,7 +46,7 @@ - + Hi, 我是您的股市随身顾问~ - + Hi, 我是您的股市随身顾问~ @@ -1287,7 +1287,7 @@ async function itemClick(item) { } .bot-message .message-icon { - background: url("/static/images/机器人 (1).svg"); + background: url("/static/images/robot (1).svg"); color: white; } @@ -1567,7 +1567,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