Browse Source

修改ui图标

wangyi/feature-20251022162725-启动页登录注册
wangyetao 1 month ago
parent
commit
0cd4dd619a
  1. 8
      pages/deepMate/deepMate.vue

8
pages/deepMate/deepMate.vue

@ -3,14 +3,14 @@
<!-- 顶部导航栏 -->
<view class="header" :style="{ paddingTop: safeAreaInsets?.top + 'px' }">
<view class="header-left">
<image src="../../static/icons/headset.png" class="icon"></image>
<image src="https://d31zlh4on95l9h.cloudfront.net/images/f91e09b5987802185e7679055dafd272.svg" class="icon"></image>
</view>
<view class="header-center">
<text class="title">DeepMate</text>
</view>
<view class="header-right">
<image src="../../static/icons/bell.png" class="icon"></image>
<image src="../../static/icons/clock.png" class="icon"></image>
<image src="https://d31zlh4on95l9h.cloudfront.net/images/d7c4e74201213a25dd9574e908233928.svg" class="icon"></image>
<image src="https://d31zlh4on95l9h.cloudfront.net/images/099903c4aabf5713488b5cb60815e3f7.svg" class="icon"></image>
<!-- 新增新会话按钮
<button class="new-chat-button" @click="newChat">
<text class="new-chat-text">新会话</text>
@ -22,7 +22,7 @@
<view class="main-content">
<!-- 机器人头像和欢迎语 -->
<view class="robot-container" v-if="messages.length === 0">
<image src="../../static/images/robot.png" class="robot-avatar"></image>
<image src="https://d31zlh4on95l9h.cloudfront.net/images/61fa384381c88ad80be28f41827fe0e5.svg" class="robot-avatar"></image>
<view class="welcome-message">
<text class="greeting">Hi, 我是您的股市随身顾问~</text>
<text class="description">个股诊断市场情绪解读都可以找我</text>

Loading…
Cancel
Save