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

edit

parent 7831c281
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
}
}
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