From f45bcaf01cd2c96e66b08d3f9b7287aa5b4cdab2 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 17 四月 2026 19:19:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 small-program/unpackage/dist/dev/mp-weixin/app.json |   69 ++++++++++++++++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/app.json b/small-program/unpackage/dist/dev/mp-weixin/app.json
new file mode 100644
index 0000000..449ff0b
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/app.json
@@ -0,0 +1,69 @@
+{
+  "pages": [
+    "pages/index/index",
+    "pages/mine/mine",
+    "pages/itinerary/itinerary",
+    "pages/message/message",
+    "pages/storage-point/storage-point",
+    "pages/luggage-storage/luggage-storage",
+    "pages/payment-success/payment-success",
+    "pages/settings/settings",
+    "pages/storage-order-detail/storage-order-detail",
+    "pages/qualification/qualification",
+    "pages/store-info/store-info",
+    "pages/all-orders/all-orders",
+    "pages/store-apply/store-apply",
+    "pages/delivery-order-detail/delivery-order-detail",
+    "pages/store-home/store-home"
+  ],
+  "subPackages": [],
+  "window": {
+    "navigationBarTextStyle": "black",
+    "navigationBarTitleText": "",
+    "navigationBarBackgroundColor": "#fff",
+    "backgroundColor": "#F8F8F8"
+  },
+  "tabBar": {
+    "color": "#999999",
+    "selectedColor": "#222222",
+    "borderStyle": "black",
+    "backgroundColor": "#fff",
+    "list": [
+      {
+        "pagePath": "pages/index/index",
+        "iconPath": "static/icon/nav_home@2x.png",
+        "selectedIconPath": "static/icon/nav_home_sel@2x.png",
+        "text": "棣栭〉"
+      },
+      {
+        "pagePath": "pages/itinerary/itinerary",
+        "iconPath": "static/icon/nav_xingcheng@2x.png",
+        "selectedIconPath": "static/icon/nav_xingcheng_sel@2x.png",
+        "text": "琛岀▼"
+      },
+      {
+        "pagePath": "pages/message/message",
+        "iconPath": "static/icon/nav_xiaoxi@2x.png",
+        "selectedIconPath": "static/icon/nav_xiaoxi_sel@2x.png",
+        "text": "娑堟伅"
+      },
+      {
+        "pagePath": "pages/mine/mine",
+        "iconPath": "static/icon/nav_wode@2x.png",
+        "selectedIconPath": "static/icon/nav_wode_sel@2x.png",
+        "text": "鎴戠殑"
+      }
+    ]
+  },
+  "lazyCodeLoading": "requiredComponents",
+  "requiredPrivateInfos": [
+    "getLocation",
+    "chooseLocation"
+  ],
+  "permission": {
+    "scope.userLocation": {
+      "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭瀹氫綅鏈嶅姟"
+    }
+  },
+  "usingComponents": {}
+}
\ No newline at end of file

--
Gitblit v1.9.3