Browse Source

Merge branch 'dongqian/feature-20251022181325-deepmate简版' into milestone-20251031-简版功能开发

lihuilin/feature-20251024095243-我的
dongqian 3 weeks ago
parent
commit
0d343de98f
  1. 2
      components/deepExploration_header.vue
  2. 4
      pages/blank/institutionalTrendsBriefing.vue
  3. 4
      pages/blank/notice.vue
  4. 8
      pages/deepMate/deepMate.vue
  5. 0
      static/icons/Left.png
  6. 0
      static/icons/close-two.svg
  7. 0
      static/icons/robot.svg
  8. 0
      static/images/blank.png
  9. 0
      static/images/robot (1).svg

2
components/deepExploration_header.vue

@ -391,7 +391,7 @@ onMounted(() => {});
} }
.drawer-close { .drawer-close {
background: url("../static/icons/关闭2.svg");
background: url("../static/icons/close-two.svg");
width: 48rpx; width: 48rpx;
height: 48rpx; height: 48rpx;
border-radius: 24rpx; border-radius: 24rpx;

4
pages/blank/institutionalTrendsBriefing.vue

@ -4,7 +4,7 @@
<view class="header" :style="{ paddingTop: safeAreaInsets?.top + 'px' }"> <view class="header" :style="{ paddingTop: safeAreaInsets?.top + 'px' }">
<!-- 返回按钮 --> <!-- 返回按钮 -->
<view class="head-left"> <view class="head-left">
<image class="back-button" @click="goBack" src="/static/icons/Left_(左).png">
<image class="back-button" @click="goBack" src="/static/icons/Left.png">
<!-- <text class="tip">当前特斯拉该如何布局</text> --> <!-- <text class="tip">当前特斯拉该如何布局</text> -->
@ -16,7 +16,7 @@
> >
</view> </view>
</view> </view>
<image class="picture" src="/static/images/缺省.png" />
<image class="picture" src="/static/images/blank.png" />
<text class="tip">暂无内容~</text> <text class="tip">暂无内容~</text>
</view> </view>
</template> </template>

4
pages/blank/notice.vue

@ -4,7 +4,7 @@
<view class="header" :style="{ paddingTop: safeAreaInsets?.top + 'px' }"> <view class="header" :style="{ paddingTop: safeAreaInsets?.top + 'px' }">
<!-- 返回按钮 --> <!-- 返回按钮 -->
<view class="head-left"> <view class="head-left">
<image class="back-button" @click="goBack" src="/static/icons/Left_(左).png">
<image class="back-button" @click="goBack" src="/static/icons/Left.png">
<!-- <text class="tip">当前特斯拉该如何布局</text> --> <!-- <text class="tip">当前特斯拉该如何布局</text> -->
@ -16,7 +16,7 @@
> >
</view> </view>
</view> </view>
<image class="picture" src="/static/images/缺省.png" />
<image class="picture" src="/static/images/blank.png" />
<text class="tip">暂无内容~</text> <text class="tip">暂无内容~</text>
</view> </view>
</template> </template>

8
pages/deepMate/deepMate.vue

@ -46,7 +46,7 @@
<view class="contain"> <view class="contain">
<!-- 机器人头像和欢迎语 --> <!-- 机器人头像和欢迎语 -->
<view class="robot-container" v-if="messages.length === 0"> <view class="robot-container" v-if="messages.length === 0">
<image src="/static/icons/机器人.svg" class="robot-avatar"></image>
<image src="/static/icons/robot.svg" class="robot-avatar"></image>
<view class="welcome-message"> <view class="welcome-message">
<text class="greeting">Hi, 我是您的股市随身顾问~</text> <text class="greeting">Hi, 我是您的股市随身顾问~</text>
<text class="description" <text class="description"
@ -106,7 +106,7 @@
<!-- 顶部粘性欢迎块始终保留在聊天上方 --> <!-- 顶部粘性欢迎块始终保留在聊天上方 -->
<view class="chat-header" v-if="messages.length > 0"> <view class="chat-header" v-if="messages.length > 0">
<view class="robot-container"> <view class="robot-container">
<image src="/static/icons/机器人.svg" class="robot-avatar"></image>
<image src="/static/icons/robot.svg" class="robot-avatar"></image>
<view class="welcome-message"> <view class="welcome-message">
<text class="greeting">Hi, 我是您的股市随身顾问~</text> <text class="greeting">Hi, 我是您的股市随身顾问~</text>
</view> </view>
@ -1287,7 +1287,7 @@ async function itemClick(item) {
} }
.bot-message .message-icon { .bot-message .message-icon {
background: url("/static/images/机器人 (1).svg");
background: url("/static/images/robot (1).svg");
color: white; color: white;
} }
@ -1567,7 +1567,7 @@ async function itemClick(item) {
} }
.drawer-close { .drawer-close {
background: url("/static/icons/关闭2.svg");
background: url("/static/icons/close-two.svg");
width: 48rpx; width: 48rpx;
height: 48rpx; height: 48rpx;
border-radius: 24rpx; border-radius: 24rpx;

0
static/icons/Left_(左).png → static/icons/Left.png

Before

Width: 20  |  Height: 20  |  Size: 247 B

After

Width: 20  |  Height: 20  |  Size: 247 B

0
static/icons/关闭2.svg → static/icons/close-two.svg

0
static/icons/机器人.svg → static/icons/robot.svg

0
static/images/缺省.png → static/images/blank.png

Before

Width: 213  |  Height: 228  |  Size: 16 KiB

After

Width: 213  |  Height: 228  |  Size: 16 KiB

0
static/images/机器人 (1).svg → static/images/robot (1).svg

Loading…
Cancel
Save