You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
392 B

# 复制为 .env.development / .env.local 后填写
# Vite 通过 envPrefix: ['APP_','VITE_'] 暴露给前端
# Mapbox token(必填,否则 MapLayer 跳过初始化)
# 申请:https://account.mapbox.com/access-tokens/
APP_MAPBOX_TOKEN=
# 默认地图中心(经度 / 纬度)与缩放级别
APP_MAP_CENTER_LNG=106.62341584179686
APP_MAP_CENTER_LAT=26.657826154258505
APP_MAP_ZOOM=5