docs: sync README layout with new backend/frontend modules, add roadmap

- Expand project layout tree with backend/{storage,events,alerting,main}.py
  and the modular frontend (main.js + modules/ + views/)
- Add docs/roadmap.md with the three-phase development direction and link
  it from the README
- List YOLO_DB_PATH in the settings view environment reference
This commit is contained in:
2026-08-13 16:59:37 +08:00
parent 25fa0c5825
commit 12a75e65d8
3 changed files with 53 additions and 2 deletions

View File

@@ -199,6 +199,7 @@ YOLO_DEVICE=0
YOLO_IMGSZ=768
YOLO_CONF=0.40
YOLO_IOU=0.45
YOLO_DB_PATH=data/app.db
ALERT_CONFIRM_FRAMES=3
ALERT_COOLDOWN_SECONDS=60</code></pre></article>
</section>