fix: 修正视频背景相关的键名拼写错误

This commit is contained in:
Montia37
2025-09-08 03:15:19 +08:00
parent 369ac3333f
commit ae42253fbe

View File

@@ -21,14 +21,14 @@
"help": "目前仅支持单张背景图片eg: https://test.com/1.png" "help": "目前仅支持单张背景图片eg: https://test.com/1.png"
}, },
{ {
"key": "enableVedioBackground", "key": "enableVideoBackground",
"name": "启用视频背景", "name": "启用视频背景",
"type": "switch", "type": "switch",
"default": false, "default": false,
"help": "启用后将使用视频作为背景" "help": "启用后将使用视频作为背景"
}, },
{ {
"key": "vedioBackgroundUrl", "key": "videoBackgroundUrl",
"name": "视频背景链接", "name": "视频背景链接",
"type": "string", "type": "string",
"default": "/assets/Mortis_1080p30fps2Mbps.mp4", "default": "/assets/Mortis_1080p30fps2Mbps.mp4",