Atrium - native website/page/comment service 站点接入: 1. 阅读完整接入说明: https://atrium.jihuayu.com/docs/discovery 2. 在站点发布 https:///.well-known/atrium.json,或添加 _atrium. TXT 3. 不需要声明 website_key;Atrium 会从当前页面 hostname 推导,origin 可省略 4. 明文或 enc:jwe: 加密字段都支持;加密公钥见 /api/v1/discovery/public-key 5. admin_emails 里的邮箱登录后会自动认领该 website admin 权限 Native API: GET /docs/discovery POST /api/v1/auth/account GET /api/v1/auth/account/authorize GET /api/v1/auth/account/callback POST /api/v1/auth/refresh DELETE /api/v1/auth/session GET /api/v1/auth/me GET /api/v1/discovery/public-key POST /api/v1/websites GET /api/v1/websites GET /api/v1/websites/{websiteKey} PATCH /api/v1/websites/{websiteKey} GET /api/v1/websites/{websiteKey}/admins POST /api/v1/websites/{websiteKey}/admins DELETE /api/v1/websites/{websiteKey}/admins/{userId} PUT /api/v1/websites/{websiteKey}/pages/{pageKey} GET /api/v1/websites/{websiteKey}/pages/{pageKey} GET /api/v1/websites/{websiteKey}/pages GET /api/v1/websites/{websiteKey}/pages/{pageKey}/comments POST /api/v1/websites/{websiteKey}/pages/{pageKey}/comments PATCH /api/v1/websites/{websiteKey}/comments/{commentId} DELETE /api/v1/websites/{websiteKey}/comments/{commentId} PUT /api/v1/websites/{websiteKey}/comments/{commentId}/reactions/{content} DELETE /api/v1/websites/{websiteKey}/comments/{commentId}/reactions/{content} GET /api/v1/comments/current POST /api/v1/comments/current GET /api/v1/comments/current/replies PUT /api/v1/comments/current/{commentId}/reactions/{content} DELETE /api/v1/comments/current/{commentId}/reactions/{content} GET /api/v1/websites/{websiteKey}/admin/comments POST /api/v1/websites/{websiteKey}/bans GET /api/v1/websites/{websiteKey}/bans DELETE /api/v1/websites/{websiteKey}/bans/{userId}