Commit be649102 authored by Administrator's avatar Administrator

改一下颜色

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