chore:没有太大关系的代码

This commit is contained in:
2025-12-10 14:35:40 +08:00
parent 578d914e9b
commit c50fab3d3a
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<template>
<view class="container">
<web-view src="https://dify.aigc-quickapp.com/chatbot/ILbr8HHEgpBW2ggp"></web-view>
</view>
</template>
<script>
export default {
onLoad() {
console.log('Dify 聊天页已加载')
}
}
</script>
<style>
.container {
width: 100%;
height: 100vh;
}
</style>