feat: 增加 ApiState 多页面监控

This commit is contained in:
root
2026-07-16 09:36:40 +02:00
parent f539710b86
commit 589684b6ee
18 changed files with 884 additions and 388 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{
"name": "sub2rank",
"name": "apistate",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"cli": "bun scripts/sub2rank-cli.ts --config config/sub2rank.yaml",
"cli": "bun scripts/apistate-cli.ts --config config/sub2rank.yaml",
"server": "bun src/server.ts --config config/sub2rank.yaml --runtime k8s",
"check": "bunx tsc --noEmit"
},