Xboard/public/theme/Xboard/config.json
2023-11-17 14:44:01 +08:00

18 lines
454 B
JSON

{
"name": "Xboard",
"description": "Xboard",
"version": "1.0.0",
"images": "",
"configs": [{
"label": "背景",
"placeholder": "请输入背景图片URL",
"field_name": "background_url",
"field_type": "input"
}, {
"label": "自定义页脚HTML",
"placeholder": "可以实现客服JS代码的加入等",
"field_name": "custom_html",
"field_type": "textarea"
}]
}