支持透明度调整

This commit is contained in:
2023-04-30 08:35:57 +08:00
parent 0e8cbba577
commit 1b7628936f
4 changed files with 16 additions and 4 deletions

View File

@ -141,6 +141,10 @@
<td>字体大小</td>
<td>{{ config.danmaku.font_size }}</td>
</tr>
<tr>
<td>不透明度</td>
<td>{{ config.danmaku.opacity }}%</td>
</tr>
<tr>
<td>视频分辨率</td>
<td>{{ config.danmaku.resolution }}</td>
@ -304,6 +308,7 @@
speed: 0,
font: "",
font_size: 0,
font_size: 100,
resolution: "",
},
video: {