From 94c2cf59a5e7fcc21a9a721e8c1fcbc9fffadd6a Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 11 May 2026 16:37:51 +0800
Subject: [PATCH] feat:购有趣

---
 uni_modules/piaoyi-cityPicker/package.json |   95 ++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 81 insertions(+), 14 deletions(-)

diff --git a/uni_modules/piaoyi-cityPicker/package.json b/uni_modules/piaoyi-cityPicker/package.json
index 7165c44..90f443d 100644
--- a/uni_modules/piaoyi-cityPicker/package.json
+++ b/uni_modules/piaoyi-cityPicker/package.json
@@ -1,17 +1,84 @@
 {
-    "id": "piaoyi-cityPicker",
-    "name": " data-cityPicker省市区地址选择器",
-    "displayName": " data-cityPicker省市区地址选择器(兼容vue3)",
-    "version": "1.1.7",
-    "description": "常用省市区选择器,可反选,自定义模态框、兼容vue3",
-    "keywords": [
-        "省市区",
-        "选择器",
-        "可反选",
-        "自定义模态框和弹框",
-        "兼容vue3"
-    ],
-    "dcloudext": {
-        "type": "component-vue"
+  "id": "piaoyi-cityPicker",
+  "name": " data-cityPicker省市区地址选择器",
+  "displayName": " data-cityPicker省市区地址选择器(兼容vue3)",
+  "version": "1.1.7",
+  "description": "常用省市区选择器,可反选,自定义模态框、兼容vue3",
+  "keywords": [
+    "省市区",
+    "选择器",
+    "可反选",
+    "自定义模态框和弹框",
+    "兼容vue3"
+  ],
+  "dcloudext": {
+    "type": "component-vue",
+    "darkmode": "-",
+    "i18n": "-",
+    "widescreen": "-"
+  },
+  "engines": {
+    "HBuilderX": "^3.1.0",
+    "uni-app": "^3.1.0",
+    "uni-app-x": "^3.1.0"
+  },
+  "uni_modules": {
+    "dependencies": [],
+    "encrypt": [],
+    "platforms": {
+      "cloud": {
+        "tcb": "-",
+        "aliyun": "-",
+        "alipay": "-"
+      },
+      "client": {
+        "uni-app": {
+          "vue": {
+            "vue2": "-",
+            "vue3": "-"
+          },
+          "web": {
+            "safari": "-",
+            "chrome": "-"
+          },
+          "app": {
+            "vue": "-",
+            "nvue": "-",
+            "android": "-",
+            "ios": "-",
+            "harmony": "-"
+          },
+          "mp": {
+            "weixin": "-",
+            "alipay": "-",
+            "toutiao": "-",
+            "baidu": "-",
+            "kuaishou": "-",
+            "jd": "-",
+            "harmony": "-",
+            "qq": "-",
+            "lark": "-"
+          },
+          "quickapp": {
+            "huawei": "-",
+            "union": "-"
+          }
+        },
+        "uni-app-x": {
+          "web": {
+            "safari": "-",
+            "chrome": "-"
+          },
+          "app": {
+            "android": "-",
+            "ios": "-",
+            "harmony": "-"
+          },
+          "mp": {
+            "weixin": "-"
+          }
+        }
+      }
     }
+  }
 }
\ No newline at end of file

--
Gitblit v1.9.3