From 5789e8bf17b1ba7f5c4bbde31ee345d5e8051779 Mon Sep 17 00:00:00 2001 From: Blizzard Date: Sat, 14 Feb 2026 16:23:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 10 +++++++++- pages/garden/index.js | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 53998c2..2351f27 100644 --- a/app.json +++ b/app.json @@ -66,5 +66,13 @@ ] }, "sitemapLocation": "sitemap.json", - "lazyCodeLoading": "requiredComponents" + "lazyCodeLoading": "requiredComponents", + "requiredPrivateInfos": [ + "chooseLocation" + ], + "permission": { + "scope.userLocation": { + "desc": "你的位置信息将用于发布内容时展示地理位置" + } + } } \ No newline at end of file diff --git a/pages/garden/index.js b/pages/garden/index.js index 9c985fd..4820d8f 100644 --- a/pages/garden/index.js +++ b/pages/garden/index.js @@ -136,14 +136,14 @@ Page({ onShareAppMessage() { return { - title: '我的植物花园 - Sundynix Plant', + title: '我的私人花园 - 植趣', path: '/pages/garden/index' }; }, onShareTimeline() { return { - title: '我的植物花园 - Sundynix Plant' + title: '我的私人花园 - 植趣' }; },