mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-18 19:39:22 +08:00
26 lines
785 B
JSON
26 lines
785 B
JSON
{
|
||
"name": "Komari Theme PurCart",
|
||
"short": "PurCarte",
|
||
"description": "A frosted glass theme for Komari",
|
||
"version": "0.1.3",
|
||
"author": "Montia & Gemini",
|
||
"url": "https://github.com/Montia37/Komari-theme-purcarte",
|
||
"preview": "preview.png",
|
||
"configuration": {
|
||
"type": "managed",
|
||
"data": [
|
||
{
|
||
"name": "背景",
|
||
"type": "title"
|
||
},
|
||
{
|
||
"key": "backgroundImage",
|
||
"name": "背景图片链接",
|
||
"type": "string",
|
||
"required": false,
|
||
"default": "/assets/Moonlit-Scenery.webp",
|
||
"help": "目前仅支持单张背景图片(eg: https://test.com/1.png)"
|
||
}
|
||
]
|
||
}
|
||
} |