fix(style): playground image incomplete

This commit is contained in:
jialin
2024-11-28 17:13:51 +08:00
parent af789ee886
commit bd418b23dc
23 changed files with 704 additions and 255 deletions
+1
View File
@@ -32,6 +32,7 @@ export const loadAudioData = async (data: any, type: string) => {
};
export const readAudioFile = async (file: File) => {
console.log('file====', file);
return new Promise((resolve, reject) => {
const reader = new FileReader();
reader.onload = async function (e: any) {