This commit is contained in:
Your Name
2026-03-06 14:27:24 +08:00
parent 9a1b67ca18
commit 52bb80e2f1
134 changed files with 5337 additions and 401 deletions
+9
View File
@@ -1,4 +1,10 @@
<template>
<view>
<TUICallKit></TUICallKit>
</view>
</template>
<script>
import TUICallKit from "/TUICallKit/src/Components/TUICallKit";
export default {
onLaunch: function() {
console.log('App Launch')
@@ -12,6 +18,9 @@
}
</script>
<script setup>
</script>
<style>
/*每个页面公共css */
</style>