guanghulab/data/users.json
Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

40 lines
1.1 KiB
JSON

{
"version": "1.0",
"description": "guanghulab 用户数据库 · 微信登录 + 开发者编号绑定",
"created_at": "2026-03-25T02:16:00Z",
"created_by": "ZY-HUMANSIDE-FIX-2026-0325-002",
"users": {},
"dev_id_map": {},
"roles": {
"admin": {
"permissions": ["chat", "dev", "log", "status", "admin", "system"],
"description": "系统管理员 · 全部功能 + 系统管理"
},
"developer": {
"permissions": ["chat", "dev", "log", "status"],
"description": "开发者 · 聊天 + 开发 + 日志 + 状态查看"
},
"visitor": {
"permissions": ["chat", "status"],
"description": "访客 · 聊天 + 状态查看(只读)"
}
},
"auth_methods": {
"wechat": {
"enabled": false,
"status": "pending_appid",
"note": "等待冰朔提供微信开放平台 AppID/AppSecret"
},
"dev_id": {
"enabled": true,
"status": "active",
"note": "开发者编号直接登录 · 服务器端验证"
},
"guest": {
"enabled": true,
"status": "active",
"note": "访客模式 · 无需登录"
}
}
}