nikou-cli 0.1.23 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -450,7 +450,7 @@ nikou-cli hook admin-key --show # 打印完整密钥,注意不要外发
|
|
|
450
450
|
| 方法 | 路径 | 说明 |
|
|
451
451
|
| --- | --- | --- |
|
|
452
452
|
| GET | `/admin/ping` | 连通性探测,只返回服务名与版本 |
|
|
453
|
-
| GET | `/admin/status` | 运行态:PID、启动时间、在线 Worker
|
|
453
|
+
| GET | `/admin/status` | 运行态:PID、启动时间、在线 Worker 摘要(含内网 IP、nikou-cli 版本、视角标签)、群聊绑定数、白名单人数 |
|
|
454
454
|
| GET | `/admin/log?page=1&pageSize=200&keyword=` | 主节点日志分页,`page=1` 为最新一页 |
|
|
455
455
|
| GET | `/admin/stats?days=7` | 按天任务统计,读本机 `usage-events.sqlite` |
|
|
456
456
|
| POST | `/admin/restart` | 主节点自行退出,由 systemd `Restart=always` 拉起 |
|