feat: 替换static静态图片地址,使用cdn地址
@@ -5,7 +5,7 @@
|
|||||||
<image
|
<image
|
||||||
v-if="isLoading"
|
v-if="isLoading"
|
||||||
class="loading-img"
|
class="loading-img"
|
||||||
src="/static/chat_msg_loading.gif"
|
src="https://oss.nianxx.cn/mp/static/chat_msg_loading.gif"
|
||||||
mode="aspectFit"
|
mode="aspectFit"
|
||||||
/>
|
/>
|
||||||
<ChatMarkdown :key="textKey" :text="processedText" />
|
<ChatMarkdown :key="textKey" :text="processedText" />
|
||||||
|
|||||||
@@ -6,13 +6,13 @@
|
|||||||
<image
|
<image
|
||||||
class="voice-icon"
|
class="voice-icon"
|
||||||
v-if="!isVoiceMode"
|
v-if="!isVoiceMode"
|
||||||
src="/static/input_voice_icon.png"
|
src="https://oss.nianxx.cn/mp/static/input_voice_icon.png"
|
||||||
></image>
|
/>
|
||||||
<image
|
<image
|
||||||
class="voice-icon"
|
class="voice-icon"
|
||||||
v-else
|
v-else
|
||||||
src="/static/input_keyboard_icon.png"
|
src="https://oss.nianxx.cn/mp/static/input_keyboard_icon.png"
|
||||||
></image>
|
/>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 输入框/语音按钮容器 -->
|
<!-- 输入框/语音按钮容器 -->
|
||||||
@@ -56,9 +56,13 @@
|
|||||||
<image
|
<image
|
||||||
v-if="props.isSessionActive"
|
v-if="props.isSessionActive"
|
||||||
class="send-icon"
|
class="send-icon"
|
||||||
src="/static/input_stop_icon.png"
|
src="https://oss.nianxx.cn/mp/static/input_stop_icon.png"
|
||||||
></image>
|
/>
|
||||||
<image v-else class="send-icon" src="/static/input_send_icon.png"></image>
|
<image
|
||||||
|
v-else
|
||||||
|
class="send-icon"
|
||||||
|
src="https://oss.nianxx.cn/mp/static/input_send_icon.png"
|
||||||
|
/>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -9,11 +9,11 @@
|
|||||||
>
|
>
|
||||||
<image
|
<image
|
||||||
class="quick-access-item-bg"
|
class="quick-access-item-bg"
|
||||||
src="/static/quick/quick_icon_bg.png"
|
src="https://oss.nianxx.cn/mp/static/quick/quick_icon_bg.png"
|
||||||
mode="aspectFill"
|
mode="aspectFill"
|
||||||
></image>
|
/>
|
||||||
<view class="quick-access-item-title">
|
<view class="quick-access-item-title">
|
||||||
<image class="quick-access-item-icon" :src="item.icon"></image>
|
<image class="quick-access-item-icon" :src="item.icon" />
|
||||||
<text>{{ item.title }}</text>
|
<text>{{ item.title }}</text>
|
||||||
</view>
|
</view>
|
||||||
<text class="quick-access-item-content">{{ item.content }}</text>
|
<text class="quick-access-item-content">{{ item.content }}</text>
|
||||||
@@ -39,25 +39,25 @@ onMounted(() => {
|
|||||||
const initData = () => {
|
const initData = () => {
|
||||||
itemList.value = [
|
itemList.value = [
|
||||||
{
|
{
|
||||||
icon: "/static/quick/quick_icon_yuding.png",
|
icon: "https://oss.nianxx.cn/mp/static/quick/quick_icon_yuding.png",
|
||||||
title: "快速预定",
|
title: "快速预定",
|
||||||
content: "预定门票、房间、餐食",
|
content: "预定门票、房间、餐食",
|
||||||
type: "Command.quickBooking",
|
type: "Command.quickBooking",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "/static/quick/quick_icon_find.png",
|
icon: "https://oss.nianxx.cn/mp/static/quick/quick_icon_find.png",
|
||||||
title: "探索发现",
|
title: "探索发现",
|
||||||
content: "探索玩法、出片佳地",
|
content: "探索玩法、出片佳地",
|
||||||
type: "Command.discovery",
|
type: "Command.discovery",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "/static/quick/quick_icon_order.png",
|
icon: "https://oss.nianxx.cn/mp/static/quick/quick_icon_order.png",
|
||||||
title: "订单/工单",
|
title: "订单/工单",
|
||||||
content: "我的订单/工单",
|
content: "我的订单/工单",
|
||||||
type: "MyOrder",
|
type: "MyOrder",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "/static/quick/quick_icon_call.png",
|
icon: "https://oss.nianxx.cn/mp/static/quick/quick_icon_call.png",
|
||||||
title: "反馈意见",
|
title: "反馈意见",
|
||||||
content: "有意见告诉朵朵",
|
content: "有意见告诉朵朵",
|
||||||
type: "Command.feedbackCard",
|
type: "Command.feedbackCard",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<!-- 日历按钮 -->
|
<!-- 日历按钮 -->
|
||||||
<view class="calendar-btn btn-bom" @click="openCalendar">
|
<view class="calendar-btn btn-bom" @click="openCalendar">
|
||||||
<image
|
<image
|
||||||
src="/static/booking_calendar.png"
|
src="https://oss.nianxx.cn/mp/static/booking_calendar.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
class="calendar-img"
|
class="calendar-img"
|
||||||
/>
|
/>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 359 B |
|
Before Width: | Height: | Size: 791 B |
@@ -1,49 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" width="100" height="100" style="shape-rendering: auto; display: block; background: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g transform="rotate(0 50 50)">
|
|
||||||
<rect fill="#00a6ff" height="12" width="6" ry="6" rx="3" y="24" x="47">
|
|
||||||
<animate repeatCount="indefinite" begin="-0.9166666666666666s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
||||||
</rect>
|
|
||||||
</g><g transform="rotate(30 50 50)">
|
|
||||||
<rect fill="#00a6ff" height="12" width="6" ry="6" rx="3" y="24" x="47">
|
|
||||||
<animate repeatCount="indefinite" begin="-0.8333333333333334s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
||||||
</rect>
|
|
||||||
</g><g transform="rotate(60 50 50)">
|
|
||||||
<rect fill="#00a6ff" height="12" width="6" ry="6" rx="3" y="24" x="47">
|
|
||||||
<animate repeatCount="indefinite" begin="-0.75s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
||||||
</rect>
|
|
||||||
</g><g transform="rotate(90 50 50)">
|
|
||||||
<rect fill="#00a6ff" height="12" width="6" ry="6" rx="3" y="24" x="47">
|
|
||||||
<animate repeatCount="indefinite" begin="-0.6666666666666666s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
||||||
</rect>
|
|
||||||
</g><g transform="rotate(120 50 50)">
|
|
||||||
<rect fill="#00a6ff" height="12" width="6" ry="6" rx="3" y="24" x="47">
|
|
||||||
<animate repeatCount="indefinite" begin="-0.5833333333333334s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
||||||
</rect>
|
|
||||||
</g><g transform="rotate(150 50 50)">
|
|
||||||
<rect fill="#00a6ff" height="12" width="6" ry="6" rx="3" y="24" x="47">
|
|
||||||
<animate repeatCount="indefinite" begin="-0.5s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
||||||
</rect>
|
|
||||||
</g><g transform="rotate(180 50 50)">
|
|
||||||
<rect fill="#00a6ff" height="12" width="6" ry="6" rx="3" y="24" x="47">
|
|
||||||
<animate repeatCount="indefinite" begin="-0.4166666666666667s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
||||||
</rect>
|
|
||||||
</g><g transform="rotate(210 50 50)">
|
|
||||||
<rect fill="#00a6ff" height="12" width="6" ry="6" rx="3" y="24" x="47">
|
|
||||||
<animate repeatCount="indefinite" begin="-0.3333333333333333s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
||||||
</rect>
|
|
||||||
</g><g transform="rotate(240 50 50)">
|
|
||||||
<rect fill="#00a6ff" height="12" width="6" ry="6" rx="3" y="24" x="47">
|
|
||||||
<animate repeatCount="indefinite" begin="-0.25s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
||||||
</rect>
|
|
||||||
</g><g transform="rotate(270 50 50)">
|
|
||||||
<rect fill="#00a6ff" height="12" width="6" ry="6" rx="3" y="24" x="47">
|
|
||||||
<animate repeatCount="indefinite" begin="-0.16666666666666666s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
||||||
</rect>
|
|
||||||
</g><g transform="rotate(300 50 50)">
|
|
||||||
<rect fill="#00a6ff" height="12" width="6" ry="6" rx="3" y="24" x="47">
|
|
||||||
<animate repeatCount="indefinite" begin="-0.08333333333333333s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
||||||
</rect>
|
|
||||||
</g><g transform="rotate(330 50 50)">
|
|
||||||
<rect fill="#00a6ff" height="12" width="6" ry="6" rx="3" y="24" x="47">
|
|
||||||
<animate repeatCount="indefinite" begin="0s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
||||||
</rect>
|
|
||||||
</g><g></g></g><!-- [ldio] generated by https://loading.io --></svg>
|
|
||||||
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 992 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 934 B |
|
Before Width: | Height: | Size: 964 B |
|
Before Width: | Height: | Size: 3.1 KiB |