You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
haoliang 9e3a759646 修复仪表盘采集服务状态判断:增加心跳超时检测
原来只检查心跳表最后一条记录的status字段是否为running,
没有判断心跳是否已过期(服务停止后旧心跳数据仍在)。
现在增加90秒超时判断(3个心跳间隔),超时则显示已停止。
3 months ago
database
docs 新增端到端联动测试方案文档 3 months ago
frontend 修复管理后台4个Bug + 改进Ping逻辑 3 months ago
src 修复仪表盘采集服务状态判断:增加心跳超时检测 3 months ago
tests 修复管理后台4个Bug + 改进Ping逻辑 3 months ago
.gitignore 新增单元测试+Playwright实际测试(79个单元测试+11个E2E测试全部通过) 3 months ago
AGENTS.md 新增测试规范文档、冒烟测试脚本、AGENTS.md铁律第5/6条 3 months ago
CncDataSystem.sln 新增CncCollector.Tests单元测试项目(58个测试全部通过) 3 months ago
deploy-admin.ps1 IIS部署准备:csproj输出到bin\ + 前端build输出到admin + 修复全部TS类型错误 3 months ago
发那科系统采集示例.txt