Commit 1c4e5c44 authored by 周成波's avatar 周成波

step1

parent 553daf5b
......@@ -54,8 +54,8 @@ const onSubmit = () => {
});
} else {
ElMessage({
message: "step2",
type: "success",
message: "敬请期待",
type: "info",
});
}
};
......@@ -66,7 +66,7 @@ const onSubmit = () => {
<el-divider content-position="left">text2video</el-divider>
<el-form :model="form" label-width="114px">
<el-form-item label="chatgpt prompt" v-if="step === 1">
<div style="color: red;">示例:请以末日求生为主题,写一段2分钟左右的短视频脚本,有10个分镜头,每个分镜头有场景、人物、镜头内容、中文旁白。人物要有明确的名字</div>
<div style="color: red;">示例:请以末日求生为主题,写一段2分钟左右的短视频脚本,有10个分镜头,每个分镜头有场景、人物、镜头内容、中文旁白。人物要有明确的姓名</div>
<el-input
v-model="form.chatgpt_prompt"
:autosize="{ minRows: 10, maxRows: 20 }"
......
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