feat: 初始化Web服务监控系统

This commit is contained in:
2026-04-10 16:30:21 +08:00
commit a7cc60596e
3 changed files with 247 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# 日志文件
*.log
# 临时文件
temp_email.html
# 状态文件
status.json
# Python
__pycache__/
*.py[cod]
*$py.class