Files
mpay_v2_webman/config/base-config/tabs.json
2026-03-20 10:31:13 +08:00

27 lines
695 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"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
}
]