mirror of
https://github.com/lkddi/Xboard.git
synced 2026-06-25 18:57:30 +08:00
1b728fffc7
New Features: - Add bulk ban and email notification in user management - Add CSV export for batch coupon generation - Optimize subscription description template Bug Fixes: - Fix knowledge base pagination issue - Fix permission group filtering in node management - Fix unauthorized order placement for free subscription periods
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "Xboard",
|
|
"description": "Xboard",
|
|
"version": "1.0.0",
|
|
"images": [
|
|
"https://raw.githubusercontent.com/cedar2025/Xboard/master/docs/images/user.png"
|
|
],
|
|
"configs": [
|
|
{
|
|
"label": "主题色",
|
|
"placeholder": "请选择主题颜色",
|
|
"field_name": "theme_color",
|
|
"field_type": "select",
|
|
"select_options": {
|
|
"default": "默认(绿色)",
|
|
"blue": "蓝色",
|
|
"black": "黑色",
|
|
"darkblue": "暗蓝色"
|
|
},
|
|
"default_value": "default"
|
|
},
|
|
{
|
|
"label": "背景",
|
|
"placeholder": "请输入背景图片URL",
|
|
"field_name": "background_url",
|
|
"field_type": "input"
|
|
},
|
|
{
|
|
"label": "自定义页脚HTML",
|
|
"placeholder": "可以实现客服JS代码的加入等",
|
|
"field_name": "custom_html",
|
|
"field_type": "textarea"
|
|
}
|
|
]
|
|
}
|