更新 README.md

This commit is contained in:
2025-12-07 10:35:22 +00:00
parent 205eae38ff
commit d82e8d8741

View File

@@ -27,24 +27,28 @@
## 系统架构 ## 系统架构
``` ```
┌─────────────────┐ ┌─────────────────┐ flowchart LR
Linux 代理 │──────▶│ │──────▶ subgraph 代理层
└─────────────────┘ │ │ LinuxAgent["Linux 代理"]
│ Backend Server │ WindowsAgent["Windows 代理"]
┌─────────────────┐ │ │ end
│ Windows 代理 │──────▶│ │
└─────────────────┘ └─────────────────┘ BackendServer["Backend Server"]
┌───────────────┴──────────────┐ subgraph 数据存储层
▼ ▼ MySQL["MySQL"]
┌─────────────────┐ ┌─────────────────┐ InfluxDB["InfluxDB"]
│ MySQL │ │ InfluxDB │ end
└─────────────────┘ └─────────────────┘
WebConsole["Web Console<br/>(数据可视化与管理界面)"]
┌───────────────────────────────────────────┐ %% 链路连接
Web Console (数据可视化与管理界面) │ LinuxAgent --> BackendServer
└───────────────────────────────────────────┘ WindowsAgent --> BackendServer
BackendServer --> MySQL
BackendServer --> InfluxDB
InfluxDB --> WebConsole
``` ```
## 安装部署 ## 安装部署