feat: 添加更新日志功能;优化组件和状态管理;修复部分逻辑错误

This commit is contained in:
2025-04-08 16:11:00 +08:00
parent 0195e7b01a
commit 364d38ddc0
19 changed files with 536 additions and 312 deletions

3
default.d.ts vendored
View File

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