feat: login rest

This commit is contained in:
Blizzard
2026-02-12 09:26:39 +08:00
parent e97fd30fa3
commit 5553e2711a
115 changed files with 4090 additions and 3499 deletions
+13
View File
@@ -126,5 +126,18 @@ Page({
if (!this.data.isLastPage && !this.data.isLoading) {
this.loadPlants(false);
}
},
onShareAppMessage() {
return {
title: '我的植物花园 - Sundynix Plant',
path: '/pages/garden/index'
};
},
onShareTimeline() {
return {
title: '我的植物花园 - Sundynix Plant'
};
}
})