Commit 35626ea2 authored by Administrator's avatar Administrator

优化

parent 8d5c82cb
......@@ -234,8 +234,9 @@ const onGenVideo = async () => {
>
<el-button type="primary" size="small">上传</el-button>
<template #tip>
<div class="el-upload__tip" style="color: #ff0000">
wav 格式, 时长不大于 30秒, 文件小于 10M。
<div class="el-upload__tip" style="color: #ffff00">
上传一段说话的声音,比如正常读一段文字,20秒左右即可。文件格式为 wav,不大于
10M。
</div>
</template>
</el-upload>
......@@ -256,8 +257,9 @@ const onGenVideo = async () => {
>
<el-button type="primary" size="small">上传</el-button>
<template #tip>
<div class="el-upload__tip" style="color: #ff0000">
mp4 格式, 时长 5秒左右即可, 文件小于 10M。
<div class="el-upload__tip" style="color: #ffff00">
上传一段出镜人物的视频,5-10秒即可,正面,说话嘴型能够清晰分辨。文件格式为
mp4,不大于 10M。
</div>
</template>
</el-upload>
......@@ -278,7 +280,7 @@ const onGenVideo = async () => {
>
<el-button type="primary" size="small">上传</el-button>
<template #tip>
<div class="el-upload__tip" style="color: #ff0000">
<div class="el-upload__tip" style="color: #ffff00">
可以上传视频(mp4)或图片(jpg, png),
作为最终视频的上半部分,也可以不上传,不传则只生成数字人视频。
</div>
......
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