Go to file
caoqianming 503aefc4cb refactor(event): rename ReloadEvent to AppEvent and split event channels
Clarify event semantics by renaming ReloadEvent to AppEvent and route control vs telemetry traffic through dedicated channels. This keeps control events isolated from high-frequency PointNewValue updates while preserving the existing send() call pattern.

Made-with: Cursor
2026-03-13 14:44:30 +08:00
migrations feat(page): add page table and CRUD handlers 2026-03-11 13:54:14 +08:00
src refactor(event): rename ReloadEvent to AppEvent and split event channels 2026-03-13 14:44:30 +08:00
web feat: add page 2026-03-11 13:23:05 +08:00
.gitignore feat: 软件第一个版本 2026-03-03 13:32:05 +08:00
Cargo.lock feat: add page 2026-03-11 13:23:05 +08:00
Cargo.toml feat(page): add page table and CRUD handlers 2026-03-11 13:54:14 +08:00