{
  "name": "马上有位",
  "appid": "__UNI__D3A8298",
  "description": "",
  "versionName": "1.0.0",
  "versionCode": "100",
  "transformPx": false,
  "vueVersion": "3",

  /* ─── 框架空壳 ─── */
  "app-plus": {
    "usingComponents": true,
    "nvueStyleCompiler": "uni-app",
    "compilerVersion": 3,
    "splashscreen": {
      "alwaysShowBeforeRender": true,
      "waiting": true,
      "autoclose": true,
      "delay": 0
    },
    "modules": {},
    "distribute": {
      "android": {},
      "ios": {},
      "sdkConfigs": {}
    }
  },
  "quickapp": {},
  "mp-weixin": {
    "appid": "wx0bc6d248059672e8",
    "setting": {
      "urlCheck": false
    },
    "usingComponents": true,
    "permission": {
      "scope.userLocation": {
        "desc": "用于附近生活服务展示，便于用户排队，预约，和活动签到验证。"
      }
    },
    "requiredPrivateInfos": [
      "chooseLocation",
      "getLocation"
    ],
    "optimization": {
      "subPackages": true
    },
    "lazyCodeLoading": "requiredComponents",
    "privacy": {
      "agree": "同意",
      "disagree": "不同意",
      "title": "隐私保护指引",
      "desc": "为了给您提供更好的服务，我们需要获取您的位置信息用于店铺地址选择。",
      "show": true
    }
  },
  "mp-alipay": {
    "usingComponents": true
  },
  "mp-baidu": {
    "usingComponents": true
  },
  "mp-toutiao": {
    "usingComponents": true
  },
  "uniStatistics": {
    "enable": false
  },

  /* ─── H5 页面标题与模板 ─── */
  "h5": {
    "title": "马上有位",
    "template": "index.html",
    "domain": "https://jingqiankeji.cn"
  },

  /* ─── 核心：PWA 快捷方式图标配置（平铺在最外层） ─── */
  "short_name": "马上有位",
  "icons": [
    {
      "src": "/static/logo.png",
      "sizes": "192x192 512x512",
      "type": "image/png"
    }
  ],
  "display": "standalone",
  "start_url": "/",
  "background_color": "#ffffff",
  "theme_color": "#007aff"
}