You've already forked my-video-workflow
支持透明度调整
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user