From d52157a222a63c0009fa25910929c02e15f8df03 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 22 Apr 2022 17:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=85=8D=E7=BD=AE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/templates/index.html b/templates/index.html index 77a2026..60ca433 100644 --- a/templates/index.html +++ b/templates/index.html @@ -115,6 +115,23 @@ + + + + + + + + + + + + + + + + +
目录配置
B站录播姬目录{{ config.recorder.bili_dir }}
西瓜视频录播目录{{ config.recorder.xigua_dir }}
{% endraw %} @@ -153,6 +170,10 @@ nvidia_gpu: false, intel_gpu: false, bitrate: "", + }, + recorder: { + bili_dir: "", + xigua_dir: "", } } }