Files
homarr/public/locales/zh/settings/customization/page-appearance.json
2022-10-31 17:36:45 +01:00

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": "提交"
}
}