feat: 集成高德地图门店分布,形状区分类型+颜色区分场景,排除模式筛选,一键部署脚本

This commit is contained in:
selfrelease
2026-07-27 19:55:41 +08:00
parent f5fa9ace88
commit 722db28d06
8 changed files with 434 additions and 46 deletions
+15
View File
@@ -0,0 +1,15 @@
[build]
base = "client"
command = "npm run build"
publish = "dist"
[[redirects]]
from = "/api/*"
to = "https://dm.all8ai.top/api/:splat"
status = 200
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200