26 lines
491 B
JSON
26 lines
491 B
JSON
{
|
|
"pageTitle": {
|
|
"label": "页面标题",
|
|
"placeholder": "Homarr 🦞"
|
|
},
|
|
"logo": {
|
|
"label": "徽标",
|
|
"placeholder": "/img/logo.png"
|
|
},
|
|
"favicon": {
|
|
"label": "网站图标",
|
|
"placeholder": "/imgs/favicon/favicon.png"
|
|
},
|
|
"background": {
|
|
"label": "背景",
|
|
"placeholder": "/img/background.png"
|
|
},
|
|
"customCSS": {
|
|
"label": "自定义CSS",
|
|
"placeholder": "自定义CSS将被最后执行"
|
|
},
|
|
"buttons": {
|
|
"submit": "提交"
|
|
}
|
|
}
|