refactor: market as standalone sidebar page, removed from dashboard

This commit is contained in:
2026-07-26 21:20:27 +08:00
parent f4a0869af5
commit 93776c7d98
5 changed files with 177 additions and 9 deletions
+1
View File
@@ -5,6 +5,7 @@ const Router = {
scene: PageScene,
debug: PageDebug,
record: PageRecord,
market: PageMarket,
settings: PageSettings,
},
_currentPage: 'home',