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个心跳间隔),超时则显示已停止。
2 months ago
database feat(database): 数据库定稿落地,cnc_business(17表)+cnc_log(3表),含预置数据(车间/品牌/配置/大屏卡片) 2 months ago
docs 新增端到端联动测试方案文档 2 months ago
frontend 修复管理后台4个Bug + 改进Ping逻辑 2 months ago
src 修复仪表盘采集服务状态判断:增加心跳超时检测 2 months ago
tests 修复管理后台4个Bug + 改进Ping逻辑 2 months ago
.gitignore 新增单元测试+Playwright实际测试(79个单元测试+11个E2E测试全部通过) 2 months ago
AGENTS.md 新增测试规范文档、冒烟测试脚本、AGENTS.md铁律第5/6条 2 months ago
CncDataSystem.sln 新增CncCollector.Tests单元测试项目(58个测试全部通过) 2 months ago
deploy-admin.ps1 IIS部署准备:csproj输出到bin\ + 前端build输出到admin + 修复全部TS类型错误 2 months ago
发那科系统采集示例.txt docs: 初始化项目设计文档库 2 months ago