first commit

This commit is contained in:
SnhAenIgseAl
2026-04-20 13:48:06 +08:00
parent 7bde226505
commit 42c4d10c16
33 changed files with 239 additions and 133 deletions
+16
View File
@@ -0,0 +1,16 @@
"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;