add 'pinky' template

This commit is contained in:
2023-10-27 14:31:25 +08:00
parent a733ca8ae7
commit 558c9a047e
20 changed files with 559 additions and 258 deletions

3
default.d.ts vendored
View File

@@ -2,3 +2,6 @@ declare module 'vue3-aplayer' {
const content: any
export = content
}
declare module 'file-saver' {
export function saveAs(blob: Blob | null | undefined, fileName: string): void
}