You've already forked my-video-workflow
支持控制自动投递
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user