init version kelfy-mini for new gitea

This commit is contained in:
terry.wang
2025-11-13 13:38:59 +08:00
commit 493fa4f1e1
763 changed files with 55626 additions and 0 deletions

18
pages/view/view.js Normal file
View File

@@ -0,0 +1,18 @@
// webview.js
Page({
data: {
url:''
},
onLoad: function(options) {
this.setData({
url: decodeURIComponent(options.url)
});
},
/**
* 用户点击右上角分享
*/
onShareAppMessage() {
},
});

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

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

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

@@ -0,0 +1 @@
<web-view src="{{url}}"></web-view>

1
pages/view/view.wxss Normal file
View File

@@ -0,0 +1 @@
/* pages/view/view.wxss */