feat: add market dashboard web app

This commit is contained in:
2026-06-23 09:56:20 +08:00
parent 154af21bfb
commit fcc68c9eb8
18 changed files with 2769 additions and 0 deletions

4
.gitignore vendored
View File

@@ -1,6 +1,10 @@
.DS_Store
__pycache__/
*.py[cod]
node_modules/
.next/
out/
*.tsbuildinfo
.pytest_cache/
.coverage
.venv/