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/users/users.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/users/users.json Normal file
View File

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

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

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

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