fix obs components display

This commit is contained in:
2025-03-18 19:58:54 +08:00
parent 300a38e851
commit eb43d88e44
22 changed files with 308 additions and 232 deletions

9
default.d.ts vendored
View File

@@ -1,5 +1,5 @@
import { LoadingBarProviderInst, MessageProviderInst } from "naive-ui"
import { useRoute } from "vue-router"
import { LoadingBarProviderInst, MessageProviderInst } from 'naive-ui'
import { useRoute } from 'vue-router'
declare module 'vue3-aplayer' {
const content: any
@@ -16,8 +16,9 @@ declare module '*.js' {
declare global {
interface Window {
$message: MessageProviderInst,
$message: MessageProviderInst
$loadingBar: LoadingBarProviderInst
$route: ReturnType<typeof useRoute>
$mitt: Emitter<MittType>
}
}
}