This commit is contained in:
王鹏
2025-08-14 14:52:01 +08:00
commit 0c2edb6036
1551 changed files with 41152 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Page({
data: {
title: '二次开发服务'
},
onShareAppMessage: function () {
return {
title: this.data.title,
path: '/pages/subpages/services/develop/develop'
}
},
onShareTimeline: function () {
return {
title: this.data.title
}
}
})