添加插入音频菜单

This commit is contained in:
wux_labs
2025-02-18 13:21:42 +08:00
parent 6ab33e2060
commit 512c6f917a
8 changed files with 200 additions and 0 deletions
+6
View File
@@ -94,6 +94,12 @@ export type UAIEditorOptions = {
uploadFormName?: string,
uploader?: Uploader,
},
audio?: {
uploadUrl?: string,
uploadHeaders?: (() => Record<string, any>) | Record<string, any>,
uploadFormName?: string,
uploader?: Uploader,
},
}
/**