codex基础代码更新

This commit is contained in:
技术老胡
2026-03-20 10:31:13 +08:00
parent 7e545f0621
commit f3919c9899
36 changed files with 5060 additions and 1459 deletions

View File

@@ -1,27 +1,26 @@
[
[
{
"key": "basic",
"title": "基础置",
"title": "基础置",
"icon": "settings",
"description": "配置系统基础信息包括站点名称、Logo、备案号",
"description": "配置系统基础信息包括站点名称、Logo、备案号和分页默认值。",
"sort": 1,
"disabled": false
},
{
"key": "email",
"title": "邮件置",
"title": "邮件置",
"icon": "email",
"description": "配置邮件服务器相关参数,包括SMTP服务器、端口、账号密码等",
"description": "配置 SMTP 主机、端口、账号和发件人信息,用于通知发送与联通检查。",
"sort": 2,
"disabled": false
},
{
"key": "permission",
"title": "权限置",
"title": "权限置",
"icon": "lock",
"description": "配置系统权限相关参数,预留权限控制功能",
"description": "配置后台权限控制、会话超时、密码强度和登录限制等安全参数。",
"sort": 3,
"disabled": false
}
]