feat: 调整分享标题

This commit is contained in:
Blizzard
2026-02-14 16:23:22 +08:00
parent 5800466e69
commit 5789e8bf17
2 changed files with 11 additions and 3 deletions
+9 -1
View File
@@ -66,5 +66,13 @@
]
},
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
"lazyCodeLoading": "requiredComponents",
"requiredPrivateInfos": [
"chooseLocation"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于发布内容时展示地理位置"
}
}
}
+2 -2
View File
@@ -136,14 +136,14 @@ Page({
onShareAppMessage() {
return {
title: '我的植物花园 - Sundynix Plant',
title: '我的私人花园 - 植趣',
path: '/pages/garden/index'
};
},
onShareTimeline() {
return {
title: '我的植物花园 - Sundynix Plant'
title: '我的私人花园 - 植趣'
};
},