mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
更新项目配置,删除不必要的文件,优化依赖项,修复类型定义,添加新歌单样式
This commit is contained in:
3
default.d.ts
vendored
3
default.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
|
||||
import type { LoadingBarProviderInst, MessageProviderInst } from 'naive-ui'
|
||||
import type { LoadingBarProviderInst, MessageProviderInst, ModalProviderInst } from 'naive-ui'
|
||||
import type { useRoute } from 'vue-router'
|
||||
|
||||
declare module 'vue3-aplayer' {
|
||||
@@ -20,6 +20,7 @@ declare global {
|
||||
$message: MessageProviderInst
|
||||
$loadingBar: LoadingBarProviderInst
|
||||
$route: ReturnType<typeof useRoute>
|
||||
$modal: ModalProviderInst
|
||||
$mitt: Emitter<MittType>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user