mirror of
https://gitee.com/technical-laohu/mpay_v2_webman.git
synced 2026-03-26 04:34:27 +08:00
28 lines
634 B
JSON
28 lines
634 B
JSON
[
|
||
{
|
||
"key": "basic",
|
||
"title": "基础设置",
|
||
"icon": "settings",
|
||
"description": "配置系统基础信息,包括站点名称、Logo、备案号等",
|
||
"sort": 1,
|
||
"disabled": false
|
||
},
|
||
{
|
||
"key": "email",
|
||
"title": "邮件设置",
|
||
"icon": "email",
|
||
"description": "配置邮件服务器相关参数,包括SMTP服务器、端口、账号密码等",
|
||
"sort": 2,
|
||
"disabled": false
|
||
},
|
||
{
|
||
"key": "permission",
|
||
"title": "权限设置",
|
||
"icon": "lock",
|
||
"description": "配置系统权限相关参数,预留权限控制功能",
|
||
"sort": 3,
|
||
"disabled": false
|
||
}
|
||
]
|
||
|