mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-09 18:38:14 -05:00
18 lines
454 B
JSON
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"
|
|
}]
|
|
}
|