ai页面修改

This commit is contained in:
sjy
2026-07-02 18:10:56 +08:00
parent b39dae6d55
commit 9edaeb4031
9 changed files with 2185 additions and 2160 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export type GenerationStatus =
export interface MediaReference {
url: string;
type: 'image' | 'video';
type: 'image' | 'video' | 'audio';
name: string;
}