plc_control/src
caoqianming 622d010cb1 fix(server): add Cache-Control: no-store to static file responses
Prevents browser from caching JS/CSS modules, so frontend changes take
effect immediately on page refresh without needing hard refresh.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 16:57:39 +08:00
..
control fix(engine): correct fault equipment ID lookup and all_roles data structure 2026-03-24 15:03:26 +08:00
handler feat(control): add start-auto, stop-auto, ack-fault, runtime endpoints 2026-03-24 14:56:16 +08:00
service feat(service): add get_all_enabled_units and get_equipment_by_unit_id 2026-03-24 14:48:30 +08:00
util feat(control): add unit and event foundation 2026-03-24 10:20:23 +08:00
config.rs fix: harden event handling and source safety 2026-03-13 14:22:16 +08:00
connection.rs fix(opcua): trigger reconnect on BadTimeout and tighten subscription params 2026-03-24 12:50:55 +08:00
db.rs feat: 软件第一个版本 2026-03-03 13:32:05 +08:00
event.rs feat(event): add business control events (fault, comm, auto, state change) 2026-03-24 14:46:25 +08:00
handler.rs feat(control): add unit and event foundation 2026-03-24 10:20:23 +08:00
main.rs fix(server): add Cache-Control: no-store to static file responses 2026-03-24 16:57:39 +08:00
middleware.rs feat: 软件第一个版本 2026-03-03 13:32:05 +08:00
model.rs feat(control): add unit and event foundation 2026-03-24 10:20:23 +08:00
service.rs feat(control): add unit and event foundation 2026-03-24 10:20:23 +08:00
telemetry.rs 优化数据序列化:时间戳使用本地时间格式,简化 DataValue 输出 2026-03-04 12:41:14 +08:00
util.rs feat: 添加通用的分页工具模块 2026-03-04 13:37:58 +08:00
websocket.rs feat(websocket): add UnitRuntimeChanged message type 2026-03-24 14:47:35 +08:00