mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-18 11:29:22 +08:00
fix: 修正视频背景相关的键名拼写错误
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
"help": "目前仅支持单张背景图片(eg: https://test.com/1.png)"
|
||||
},
|
||||
{
|
||||
"key": "enableVedioBackground",
|
||||
"key": "enableVideoBackground",
|
||||
"name": "启用视频背景",
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"help": "启用后将使用视频作为背景"
|
||||
},
|
||||
{
|
||||
"key": "vedioBackgroundUrl",
|
||||
"key": "videoBackgroundUrl",
|
||||
"name": "视频背景链接",
|
||||
"type": "string",
|
||||
"default": "/assets/Mortis_1080p30fps2Mbps.mp4",
|
||||
|
Reference in New Issue
Block a user