feat: 去除不必要的页面元素

master
2 weeks ago
parent 579c1391b6
commit 2954448c92

@ -138,14 +138,14 @@
</FaIconButton> </FaIconButton>
<!-- 聊天按钮 --> <!-- 聊天按钮 -->
<FaIconButton <!-- <FaIconButton
v-if="shouldShowChat" v-if="shouldShowChat"
icon="ri:message-3-line" icon="ri:message-3-line"
class="chat-button relative" class="chat-button relative"
@click="openChat" @click="openChat"
> >
<div class="breathing-dot absolute top-2 right-2 size-1.5 bg-success! rounded-full"></div> <div class="breathing-dot absolute top-2 right-2 size-1.5 bg-success! rounded-full"></div>
</FaIconButton> </FaIconButton> -->
<!-- 设置按钮 --> <!-- 设置按钮 -->
<div v-if="shouldShowSettings"> <div v-if="shouldShowSettings">
@ -168,11 +168,11 @@
</div> </div>
<!-- 主题切换按钮 --> <!-- 主题切换按钮 -->
<FaIconButton <!-- <FaIconButton
v-if="shouldShowThemeToggle" v-if="shouldShowThemeToggle"
@click="themeAnimation" @click="themeAnimation"
:icon="isDark ? 'ri:sun-fill' : 'ri:moon-line'" :icon="isDark ? 'ri:sun-fill' : 'ri:moon-line'"
/> /> -->
<!-- 租户切换器全局可见1步切换 --> <!-- 租户切换器全局可见1步切换 -->
<!-- <FaTenantSwitcher /> --> <!-- <FaTenantSwitcher /> -->

Loading…
Cancel
Save