增加了朋友圈转发功能;增加了AI聊天markdown信息支持;增加了新版本提示

This commit is contained in:
lik
2026-06-05 05:31:22 +08:00
parent 74e42671bc
commit 1d61e5f74e
7 changed files with 183 additions and 27 deletions

View File

@@ -3,6 +3,19 @@ Page({
services: []
},
onShareAppMessage() {
return {
title: '暖橙陪诊', // 转发标题
path: '/pages/escort/itemlist',
}
},
onShareTimeline: function () {
return {
title: '暖橙陪诊',
}
},
onLoad(options) {
const app = getApp()
this.setData({