This commit is contained in:
zoujiandong
2024-01-22 08:55:30 +08:00
parent 22f3da6c33
commit 2bd2fd31ac
3460 changed files with 136738 additions and 0 deletions
@@ -0,0 +1,4 @@
Page({
data: {},
onShow() {},
});
@@ -0,0 +1,7 @@
{
"usingComponents": {
"TUICallKit": "../../TUICallKit/TUICallKit"
},
"navigationStyle": "custom",
"disableScroll": true
}
@@ -0,0 +1,3 @@
<view>
<TUICallKit></TUICallKit>
</view>