You've already forked my-video-workflow
自动投稿alpha
This commit is contained in:
@ -49,6 +49,14 @@
|
||||
<td>弹幕工具状态</td>
|
||||
<td :class="collector.basic.exec.danmaku ? 'success' : 'warning'"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>当前录制状态</td>
|
||||
<td :class="collector.basic.living ? 'success' : 'warning'"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>当前上传状态</td>
|
||||
<td :class="collector.basic.uploading ? 'success' : 'warning'"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>配置状态</h2>
|
||||
@ -214,7 +222,8 @@
|
||||
free: "",
|
||||
total: ""
|
||||
}
|
||||
}
|
||||
},
|
||||
living: false
|
||||
},
|
||||
},
|
||||
config: {
|
||||
@ -227,6 +236,9 @@
|
||||
},
|
||||
video: {
|
||||
title: "",
|
||||
desc: "",
|
||||
tid: 0,
|
||||
tags: "",
|
||||
},
|
||||
clip: {
|
||||
each_sec: 0,
|
||||
|
Reference in New Issue
Block a user