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
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bun
import { runCli } from "./src/cli";
await runCli(process.argv.slice(2));