前端配置页面
This commit is contained in:
parent
1ed9e7e0ed
commit
d52157a222
@ -115,6 +115,23 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<table class="current-config">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">目录配置</td>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>B站录播姬目录</td>
|
||||||
|
<td>{{ config.recorder.bili_dir }}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>西瓜视频录播目录</td>
|
||||||
|
<td>{{ config.recorder.xigua_dir }}</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
</body>
|
</body>
|
||||||
@ -153,6 +170,10 @@
|
|||||||
nvidia_gpu: false,
|
nvidia_gpu: false,
|
||||||
intel_gpu: false,
|
intel_gpu: false,
|
||||||
bitrate: "",
|
bitrate: "",
|
||||||
|
},
|
||||||
|
recorder: {
|
||||||
|
bili_dir: "",
|
||||||
|
xigua_dir: "",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user