This commit is contained in:
parent
4d58c87945
commit
7ffe807b78
@ -54,19 +54,16 @@
|
|||||||
<n-grid-item class="flex items-center justify-center select-none">
|
<n-grid-item class="flex items-center justify-center select-none">
|
||||||
<div v-show="!isMobile">
|
<div v-show="!isMobile">
|
||||||
<!-- 中间部分 -->
|
<!-- 中间部分 -->
|
||||||
<n-popover
|
<div
|
||||||
trigger="hover"
|
|
||||||
v-if="!chatStore.currentChat?.id && !chatStore.currentChat?.name"
|
v-if="!chatStore.currentChat?.id && !chatStore.currentChat?.name"
|
||||||
>
|
>
|
||||||
<template #trigger>
|
<img
|
||||||
<img
|
:src="leaflowpng"
|
||||||
:src="leaflowpng"
|
class="w-8 cursor-pointer block select-none"
|
||||||
class="w-8 cursor-pointer block select-none"
|
@click="backToHome"
|
||||||
@click="backToHome"
|
/>
|
||||||
/>
|
</div>
|
||||||
</template>
|
|
||||||
<span> Leaflow 利飞 </span>
|
|
||||||
</n-popover>
|
|
||||||
<div v-else-if="chatStore.toolName != ''">
|
<div v-else-if="chatStore.toolName != ''">
|
||||||
<n-gradient-text type="info">
|
<n-gradient-text type="info">
|
||||||
正在执行 {{ chatStore.toolName }}
|
正在执行 {{ chatStore.toolName }}
|
||||||
|
Loading…
Reference in New Issue
Block a user