feat: 完善接口19-顶部通知铃铛与站内通知中心
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m5s

This commit is contained in:
luo
2026-07-25 10:20:53 +08:00
parent eb13763020
commit 9289a6e940
37 changed files with 1264 additions and 226 deletions

View File

@@ -238,9 +238,7 @@
const { width } = useWindowSize()
const unreadCount = computed(() => notificationStore.unreadCount)
const formattedUnreadCount = computed(() =>
unreadCount.value > 99 ? '99+' : String(unreadCount.value)
)
const formattedUnreadCount = computed(() => notificationStore.displayCount)
const menuTopWidth = computed(() => {
return width.value * 0.5