This commit is contained in:
pengxiaolong
2025-07-18 13:06:06 +08:00
parent 6dec463705
commit 31527ba8a6
1853 changed files with 65500 additions and 98288 deletions

View File

@@ -0,0 +1,29 @@
<template>
<view class="chat-more-message-invitation">
</view>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {
// 页面加载时执行
},
methods: {
// 方法定义
}
}
</script>
<style scoped>
.chat-more-message-invitation {
width: 100%;
height: 100%;
border-radius: 40rpx;
}
</style>