添加客户端

This commit is contained in:
2025-04-06 13:50:16 +08:00
parent 4476be60b5
commit d5c9e663da
32 changed files with 4462 additions and 443 deletions

3
default.d.ts vendored
View File

@@ -1,5 +1,5 @@
import type { LoadingBarProviderInst, MessageProviderInst, ModalProviderInst } from 'naive-ui'
import type { LoadingBarProviderInst, MessageProviderInst, ModalProviderInst, NotificationProviderInst } from 'naive-ui'
import type { useRoute } from 'vue-router'
declare module 'vue3-aplayer' {
@@ -22,5 +22,6 @@ declare global {
$route: ReturnType<typeof useRoute>
$modal: ModalProviderInst
$mitt: Emitter<MittType>
$notification: NotificationProviderInst
}
}