From 500078714411487af00161e01bd7e0b5efdc3414 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 07 八月 2025 13:32:32 +0800
Subject: [PATCH] add:热门景点
---
manifest.json | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/manifest.json b/manifest.json
index 82d8aa6..3cc00b3 100644
--- a/manifest.json
+++ b/manifest.json
@@ -50,12 +50,22 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wx1441324401626290",
- // "appid" : "wxede6e3ad8e89693a",
+ // "appid" : "wx1441324401626290",
+ "appid" : "wxf2e5534be77e3a80",
"setting" : {
- "urlCheck" : false
+ "urlCheck" : false,
+ "es6" : true,
+ "minified" : true
},
"usingComponents" : true,
+ "permission" : {
+ "scope.userLocation" : {
+ "desc" : "获取当前位置功能"
+ }
+ },
+ "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ],
+ "plugins": {},
+ "lazyCodeLoading": "requiredComponents",
"mergeVirtualHostAttributes" : true
},
"mp-alipay" : {
--
Gitblit v1.9.3