refactor(backend): 调整模块结构、调度器逻辑与健康检查路由

This commit is contained in:
zhangtao
2026-09-06 00:54:24 +08:00
parent 92081815f4
commit d470c7eb1f
324 changed files with 3435 additions and 7404 deletions
+8
View File
@@ -0,0 +1,8 @@
# 见 docs/PLUGIN_ARCHITECTURE.md
name = "monitor"
title = "监控"
version = "1.0.0"
description = "监控功能(缓存/在线用户/服务器监控/健康探针);路由经 api/v1/monitor.py 装配。"
optional = true
tags = ["monitor"]