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

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() {}
});

View File

@@ -0,0 +1,7 @@
{
"navigationBarTitleText": "商业合作",
"navigationBarBackgroundColor": "#222238",
"navigationBarTextStyle": "white",
"component": true,
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<image class="qrcode" src="https://file.guimiaokeji.com/1.png"></image>

View File

@@ -0,0 +1,9 @@
view {
margin: 0;
padding: 0;
}
.qrcode {
height: 100vh;
width: 100%;
}