fix: sync and update the evaluation result

This commit is contained in:
jialin
2025-06-18 11:48:09 +08:00
parent 9d1e6df8f0
commit 9295f9cef3
11 changed files with 196 additions and 136 deletions
+1
View File
@@ -19,6 +19,7 @@ export interface AudioData {
uid: string | number;
base64: string;
format: AudioFormat;
name?: string;
data: {
url: string;
name: string;