feat: add join sound tip to voice

This commit is contained in:
Tristan Yang
2023-04-03 11:29:11 +08:00
parent 6472e52d4d
commit 1c658354f2
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -9,6 +9,10 @@ declare namespace NodeJS {
}
}
declare module "*.wav" {
const src: string;
export default src;
}
declare module "*.avif" {
const src: string;
export default src;