refactor: move record/playback to dedicated page, restore test mode in settings

- New '录制回放' page with sidebar nav entry
- Recording: start/stop/auto, file list with play/export/delete
- Playback: visual bar indicator, opens dashboards to see replayed data
- Settings: restored dev tools section with test mode toggle
This commit is contained in:
2026-07-26 19:10:48 +08:00
parent 3514612f7a
commit 7e9211507b
5 changed files with 103 additions and 8 deletions
+1
View File
@@ -4,6 +4,7 @@ const Router = {
dashboard: PageDashboard,
scene: PageScene,
debug: PageDebug,
record: PageRecord,
settings: PageSettings,
},
_currentPage: 'home',