✨ feat(*): 添加扫码枪启动探活、全局退出助手及 README
- 添加扫码枪串口启动探活,检测端口占用并更新 UI 状态 - 新增 ShutdownHelper 安全停止 Host 扩展方法 - 新增 README.md 项目说明文档 - 更新 WorkflowHostedService 启动探活逻辑 - 补充 ShutdownHelper 与 WorkflowHostedService 单元测试 - 优化 DashboardPage 与 SystemSettingsPage 界面布局 - 调整 ModbusTcpPlcService 监控镜像读取逻辑
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
"Bash(sudo apt-get *)",
|
||||
"Bash(sudo -n true)",
|
||||
"Bash(mkdir -p /tmp/pcb)",
|
||||
"Read(//tmp/**)"
|
||||
"Read(//tmp/**)",
|
||||
"Bash(taskkill /F /IM \"AxiOmron.PcbCheck.exe\")",
|
||||
"Bash(powershell -Command \"Stop-Process -Id 23292 -Force -ErrorAction SilentlyContinue\")"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user