加入效果

This commit is contained in:
2025-09-08 15:57:01 +08:00
commit 1f27eb3c94
163 changed files with 1915 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// webview.js
Page({
data: {
// 页面的初始数据
},
onLoad: function(options) {
// 页面加载时执行的初始化逻辑
console.log('webview页面加载');
}
})