This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<SvgIcon name="publish" class="upload-icon" />
|
||||
<p>添加视频</p>
|
||||
<p class="upload-hint">支持 MP4、MOV、AVI 格式</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>• 支持 MP4、MOV、AVI 格式</p>
|
||||
<p>• 文件大小不超过10GB</p>
|
||||
<p>• 文件大小不超过2GB</p>
|
||||
<p>• 建议视频时长不超过5分钟</p>
|
||||
<p v-if="videoData && !isUploading">• 点击缩略图可自定义封面</p>
|
||||
</div>
|
||||
|
@@ -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: [
|
||||
|
Reference in New Issue
Block a user