自动投稿alpha

This commit is contained in:
2022-07-25 16:24:11 +08:00
parent 59f199db33
commit ef10d0bf0f
16 changed files with 1086 additions and 15 deletions

View File

@ -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,