1
0
forked from Leaf/amber-ui

移除 header 的 logo 提示

This commit is contained in:
Twilight 2024-09-17 14:54:05 +08:00
parent 4d58c87945
commit 7ffe807b78

View File

@ -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 }}