first commit

This commit is contained in:
zj
2026-03-02 14:14:40 +08:00
commit c4f4fefa0a
20 changed files with 6037 additions and 0 deletions

15
modules/__init__.py Normal file
View File

@@ -0,0 +1,15 @@
"""
ServerGuard 硬件检测模块
包含以下子模块:
- system_info: 系统信息概览
- cpu: CPU 检测与压力测试
- memory: 内存检测与压力测试
- storage: 存储设备检测
- sensors: 电源与传感器监控
- gpu: 显卡检测
- log_analyzer: 日志分析
"""
__version__ = "1.0.0"
__author__ = "ServerGuard Team"