merge to bun

This commit is contained in:
2024-10-29 15:33:22 +08:00
parent ae14fa3078
commit 51897133a7
20 changed files with 385 additions and 7008 deletions

9
default.d.ts vendored
View File

@@ -1,3 +1,5 @@
import { LoadingBarProviderInst, MessageProviderInst } from "naive-ui"
declare module 'vue3-aplayer' {
const content: any
export = content
@@ -9,4 +11,11 @@ declare module 'file-saver' {
declare module '*.js' {
const content: any
export = content
}
declare global {
interface Window {
$message: MessageProviderInst,
$loadingBar: LoadingBarProviderInst
}
}