feat: 添加通知详情页面及通知列表点击跳转功能;优化分隔线样式

This commit is contained in:
2025-12-30 20:14:26 +07:00
parent 72e7c77003
commit cde6cd9bb5
6 changed files with 109 additions and 6 deletions

2
auto-imports.d.ts vendored
View File

@@ -156,8 +156,6 @@ declare global {
const useAsyncQueue: typeof import('@vueuse/core').useAsyncQueue
const useAsyncState: typeof import('@vueuse/core').useAsyncState
const useAttrs: typeof import('vue').useAttrs
const useAuth: typeof import('./src/composables/useAuth').useAuth
const useBack: typeof import('./src/composables/useBack').useBack
const useBase64: typeof import('@vueuse/core').useBase64
const useBattery: typeof import('@vueuse/core').useBattery
const useBluetooth: typeof import('@vueuse/core').useBluetooth