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 { declare namespace Wm {
interface ScriptsItem { interface ScriptsItem {
编号: string "编号": string,
场景描述: string "场景描述": string,
场景关键词: string "场景关键词": string,
角色: string "角色": string,
角色关键词: string "角色关键词": string,
"画面描述词": string,
"本镜配图": string,
"local_image_path": string,
} }
interface AiDrawItem { interface GenVideo {
编号: string "task_id": string,
场景描述: string "task_info": GenVideoItem[],
画面描述词: string
本镜配图: string
task_id: string
} }
interface GenVideoItem { interface GenVideoItem {
task_id: string "idx": string,
idx: string "text": string,
text: string "img_path": 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