支持控制自动投递

This commit is contained in:
2022-08-31 14:53:45 +08:00
parent 0d2f9e2a28
commit 9f443dfae2
3 changed files with 23 additions and 11 deletions

View File

@ -187,10 +187,14 @@
<table class="upload-config">
<thead>
<tr>
<td colspan="2">上传配置Alpha</td>
<td colspan="2">上传配置<sup>Beta</sup></td>
</tr>
</thead>
<tbody>
<tr>
<td>是否开启</td>
<td :class="{warning: !config.video.enabled, success: config.video.enabled}"></td>
</tr>
<tr>
<td>视频标题Pattern</td>
<td>{{ config.video.title }}</td>
@ -278,6 +282,7 @@
resolution: "",
},
video: {
enabled: false,
title: "",
desc: "",
tid: 0,