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
+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: '我的私人花园 - 植趣'
};
},