first commit

This commit is contained in:
Jane Doe
2025-03-04 15:25:38 +08:00
commit 4ad00dedd5
188 changed files with 7420 additions and 0 deletions

11
pages/invite/invite.js Normal file
View File

@@ -0,0 +1,11 @@
Page({
data: {},
onLoad: function(n) {},
onReady: function() {},
onShow: function() {},
onHide: function() {},
onUnload: function() {},
onPullDownRefresh: function() {},
onReachBottom: function() {},
onShareAppMessage: function() {}
});

3
pages/invite/invite.json Normal file
View File

@@ -0,0 +1,3 @@
{
"usingComponents": {}
}

1
pages/invite/invite.wxml Normal file
View File

@@ -0,0 +1 @@
<text>pages/invite/invite.wxml</text>

0
pages/invite/invite.wxss Normal file
View File