• 陈泽健's avatar
    feat(service-monitor): P3级检测模块补全 + 巡检防重复触发 + 移动端响应式优化 · dfe01cae
    陈泽健 提交于
    检测项丰富化移植(阶段五):
    - 新增 56_fastdfs_check.sh FastDFS功能验证检测(重构版,仅状态检测)
    - 新增 57_android_check.sh Android设备检测
    - 新增 59_log_export_check.sh 配置日志导出检测
    - 新增 60_repair_capability_check.sh 修复能力检测
    - check_modules.py 注册 4 个新模块,移除 58_data_backup_check
    - display_names.py 追加 85 个 KEY 映射
    - parser.py 追加 7 个状态词映射
    
    巡检防重复触发优化(阶段六):
    - runner_service.py 新增 get_running_for_target() 查询运行中巡检
    - routes.py 新增 /api/service-monitor/run/status/<id> 端点
    - routes.py SSE 流接口增加 409 防重检查
    - run.html 前端检查运行状态,阻止重复触发
    - index.html 巡检按钮增加预检查逻辑
    
    移动端响应式优化(阶段七):
    - 9 个页面全面优化移动端布局
    - base.html: 顶部栏/侧边栏紧凑化,用户名溢出省略
    - index.html: 目标卡片/按钮布局优化
    - report.html: 报告头纵向排列,状态文字防竖向换行
    - reports/schedule/targets: 筛选栏纵向,表格卡片化
    - run.html: 巡检卡片紧凑化,取消按钮全宽
    - statistics.html: 概览卡片缩小,趋势筛选纵向
    
    验证:218 个单元测试全绿,5.44 full 套件实测通过
    Co-Authored-By: 's avatarClaude <noreply@anthropic.com>
    dfe01cae
名称
最后提交
最后更新
..
base.html Loading commit data...
index.html Loading commit data...
notification.html Loading commit data...
report.html Loading commit data...
reports.html Loading commit data...
run.html Loading commit data...
schedule.html Loading commit data...
statistics.html Loading commit data...
targets.html Loading commit data...