feat: 移动端添加发帖悬浮按钮

This commit is contained in:
CH-122
2025-08-15 10:59:29 +08:00
parent ba073b71a6
commit 24cbed2eda
2 changed files with 33 additions and 3 deletions

View File

@@ -26,6 +26,7 @@
</div>
<ToolTip
v-if="!isMobile"
content="发帖"
placement="bottom"
>
@@ -62,6 +63,7 @@
import { ClientOnly } from '#components'
import { computed, nextTick, ref, watch } from 'vue'
import DropdownMenu from '~/components/DropdownMenu.vue'
import ToolTip from '~/components/ToolTip.vue'
import SearchDropdown from '~/components/SearchDropdown.vue'
import { authState, clearToken, loadCurrentUser } from '~/utils/auth'
import { fetchUnreadCount, notificationState } from '~/utils/notification'