添加插入视频菜单

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