mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
d1470bb19d
1、去除未使用的图片 2、修改Google验证码reCaptcha地址为www.recaptcha.net 3、修复部分页面返回最顶部按钮被挡住的问题 4、补全部分缺失的语言包 5、修复部分分辨率下侧边栏菜单切换后不会自动收起的问题 6、修复暗黑模式下登陆注册忘记密码页面为白色背景的问题 7、调整手机端弹窗增加与屏幕边界的间隙 8、当有未完成订单的情况下,增加首页重置流量的弹窗提示 9、修复节点列表在手机端上显示不协调的问题 10、去除工单ID的显示
34 lines
782 B
JSON
34 lines
782 B
JSON
{
|
|
"name": "Xboard",
|
|
"description": "Xboard",
|
|
"version": "1.0.0",
|
|
"images": "",
|
|
"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"
|
|
}
|
|
]
|
|
}
|