Files
SnhAenIgseAl 42c4d10c16 first commit
2026-04-20 13:48:06 +08:00

17 lines
297 B
JavaScript

"use strict";
var share = {
onShareAppMessage() {
return {
title: "\u5B58\u6613\u77E5\u96BE",
path: "/pages/index/index"
};
},
onShareTimeline() {
return {
title: "\u5B58\u6613\u77E5\u96BE",
path: "/pages/index/index"
};
}
};
exports.share = share;