fix problems
All checks were successful
Xiaoshiliu / build (push) Successful in 29s

This commit is contained in:
lychang
2025-10-06 00:38:59 +08:00
parent 3762d83ff6
commit ab0e6cf3ff
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
<SvgIcon name="publish" class="upload-icon" />
<p>添加视频</p>
<p class="upload-hint">支持 MP4MOVAVI 格式</p>
<p class="upload-hint">文件大小不超过10GB</p>
<p class="upload-hint">文件大小不超过2GB</p>
<p class="drag-hint">或拖拽视频到此处</p>
</div>
@@ -66,7 +66,7 @@
<div class="upload-tips">
<p> 支持 MP4MOVAVI 格式</p>
<p> 文件大小不超过10GB</p>
<p> 文件大小不超过2GB</p>
<p> 建议视频时长不超过5分钟</p>
<p v-if="videoData && !isUploading"> 点击缩略图可自定义封面</p>
</div>

View File

@@ -340,7 +340,7 @@ const apiGroups = ref([
method: 'POST',
path: '/api/upload/video',
title: '视频上传',
description: '上传视频文件,限制10GB支持mp4、avi、mov格式',
description: '上传视频文件,限制2GB支持mp4、avi、mov格式',
auth: true,
expanded: false,
params: [