1
0
Fork 0
mirror of https://github.com/silenty4ng/k5web synced 2025-04-19 08:39:56 +00:00
This commit is contained in:
Silent YANG 2024-05-11 15:44:52 +08:00
parent 6b8e6c7a52
commit 6911c02cef
2 changed files with 6 additions and 3 deletions
src
App.vue
components/navbar

View file

@ -3,7 +3,7 @@
<router-view />
<global-setting />
</a-config-provider>
<t-sticky-tool
<!-- <t-sticky-tool
:style="{ overflow: 'hidden' }"
:offset="[-20, 140]"
>
@ -16,7 +16,7 @@
<t-sticky-item label="打赏" :popup="renderShang" :popup-props="{ overlayInnerStyle: { margin: '10px', height: '450px' } }">
<template #icon><fish-icon /></template>
</t-sticky-item>
</t-sticky-tool>
</t-sticky-tool> -->
</template>
<script lang="ts" setup>

View file

@ -6,7 +6,7 @@
:style="{ margin: 0, fontSize: '18px' }"
:heading="5"
>
K5Web 工具箱
K5Web
</a-typography-title>
<icon-menu-fold
v-if="!topMenu && appStore.device === 'mobile'"
@ -19,6 +19,9 @@
<Menu v-if="topMenu" />
</div>
<ul class="right-side">
<li>
<t-link href="https://txc.qq.com/products/647342" target="_blank">问题反馈</t-link>
</li>
<li>
<a-button type="primary" @click="connectIt">{{ appStore.connectState ? '断开' : '连接' }}</a-button>
</li>