mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-08 11:26:56 +08:00
optimize layout
This commit is contained in:
@@ -16,6 +16,7 @@ export const useNotificationStore = defineStore('notification', () => {
|
||||
const isInited = ref(false)
|
||||
|
||||
async function updateUnread() {
|
||||
return // 暂时没写这部分相关逻辑
|
||||
try {
|
||||
const result = await QueryGetAPI<NotificationData[]>(
|
||||
NOTIFACTION_API_URL + 'get-unread'
|
||||
|
||||
Reference in New Issue
Block a user