You've already forked my-video-workflow
目录位置及容量
This commit is contained in:
@ -124,11 +124,19 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>B站录播姬目录</td>
|
||||
<td>{{ config.recorder.bili_dir }}</td>
|
||||
<td :class="{warning: !collector.basic.disk.bili.exist, success: collector.basic.disk.bili.exist}">{{ config.recorder.bili_dir }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>使用率 {{ collector.basic.disk.bili.percent }}%</td>
|
||||
<td :class="{warning: !collector.basic.disk.bili.exist}">{{ collector.basic.disk.bili.free }}M / {{ collector.basic.disk.bili.total }}M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>西瓜视频录播目录</td>
|
||||
<td>{{ config.recorder.xigua_dir }}</td>
|
||||
<td :class="{warning: !collector.basic.disk.xigua.exist, success: collector.basic.disk.xigua.exist}">{{ config.recorder.xigua_dir }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>使用率 {{ collector.basic.disk.bili.percent }}%</td>
|
||||
<td :class="{warning: !collector.basic.disk.xigua.exist}">{{ collector.basic.disk.xigua.free }}M / {{ collector.basic.disk.xigua.total }}M</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -148,8 +156,22 @@
|
||||
},
|
||||
system: {
|
||||
os: "",
|
||||
},
|
||||
disk: {
|
||||
bili: {
|
||||
exist: false,
|
||||
percent: 0,
|
||||
free: 0,
|
||||
total: 0
|
||||
},
|
||||
xigua: {
|
||||
exist: false,
|
||||
percent: 0,
|
||||
free: 0,
|
||||
total: 0
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
config: {
|
||||
danmaku: {
|
||||
|
Reference in New Issue
Block a user