Commit ebe46320 authored by 周成波's avatar 周成波

v20240203

parent 3b9c98ca
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
declare namespace Wm {
interface ScriptsItem {
编号: string
场景描述: string
场景关键词: string
角色: string
角色关键词: string
}
interface AiDrawItem {
编号: string
场景描述: string
画面描述词: string
本镜配图: string
task_id: string
}
interface GenVideo {
task_id: string
task_info: GenVideoItem[]
}
interface GenVideoItem {
idx: string
text: string
img_path: string
}
}
declare namespace Wm {
interface ScriptsItem {
编号: string
场景描述: string
场景关键词: string
角色: string
角色关键词: string
"编号": string,
"场景描述": string,
"场景关键词": string,
"角色": string,
"角色关键词": string,
"画面描述词": string,
"本镜配图": string,
"local_image_path": string,
}
interface AiDrawItem {
编号: string
场景描述: string
画面描述词: string
本镜配图: string
task_id: string
interface GenVideo {
"task_id": string,
"task_info": GenVideoItem[],
}
interface GenVideoItem {
task_id: string
idx: string
text: string
img_path: string
"idx": string,
"text": string,
"img_path": string,
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment