增加了朋友圈转发功能;增加了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

@@ -8,6 +8,19 @@ Page({
},
onShareAppMessage() {
return {
title: '暖橙陪诊', // 转发标题
path: '/pages/mine/about',
}
},
onShareTimeline: function () {
return {
title: '暖橙陪诊',
}
},
/**
* 生命周期函数--监听页面加载
*/