feat: 聊天界面修改&登录界面样式修改

This commit is contained in:
zhangyh
2025-10-15 14:52:21 +08:00
parent 479127d5cd
commit 7a312dd369
10 changed files with 168 additions and 208 deletions

View File

@@ -40,8 +40,8 @@
</template>
<script setup lang="ts">
import { ref, computed, watch } from 'vue'
import Video from '@/assets/media/example_video.mp4'
import { ref, computed } from 'vue'
import Video from '@/assets/media/example.mp4'
// Props
interface Props {
videoSrc?: string