zhizhi/data/users.json

40 lines
1.1 KiB
JSON
Raw 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.

{
"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": "访 · "
}
}
}