Add everything and anything

This commit is contained in:
2026-03-13 15:46:10 +08:00
parent 50daf52de6
commit e72a3ab85c
67568 changed files with 2885399 additions and 138 deletions

10
WIKI.md
View File

@@ -21,9 +21,9 @@ TCKRTUIYO is a web-based interface for Base Station/Real-Time Unit (RTU) monitor
│ Kiosk Mode / Remote │
├─────────────────────────────────────────────────────────────┤
│ React Application │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │Dashboard │ │ Settings │ │Calibration│ │ Memory │ │
│ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐
│ │Dashboard │ │ Settings │ │Calibration│ │ Memory │
│ └──────────┘ └──────────┘ └──────────┘ └──────────┘
├─────────────────────────────────────────────────────────────┤
│ State Management (Zustand) │
├─────────────────────────────────────────────────────────────┤
@@ -255,7 +255,9 @@ dist/
### Production Server
Serve the `dist` folder with any static file server:
Automagically: Just run `./start.sh` to serve the app.
Manually: Serve the `dist` folder with any static file server:
```bash
# Python