update ui and fix some problem (#3)

* update code lint and update ui
This commit is contained in:
bingochaos
2025-08-15 17:19:29 +08:00
committed by GitHub
parent 3fddf021be
commit 519fcb64a2
18 changed files with 162219 additions and 2816 deletions

View File

@@ -1,11 +1,11 @@
<script setup lang="ts">
import WebcamPermission from '@/components/WebcamPermission.vue';
import { antdLocale, locale } from '@/langs';
import VideoChat from '@/views/VideoChat/index.vue';
import { ConfigProvider } from 'ant-design-vue';
import { useVideoChatStore } from './store';
const videoChatState = useVideoChatStore();
videoChatState.init();
import WebcamPermission from '@/components/WebcamPermission.vue'
import { antdLocale, locale } from '@/langs'
import VideoChat from '@/views/VideoChat/index.vue'
import { ConfigProvider } from 'ant-design-vue'
import { useVideoChatStore } from './store'
const videoChatState = useVideoChatStore()
videoChatState.init()
// import dayjs from 'dayjs';
// import 'dayjs/locale/zh-cn';
// dayjs.locale('zh-cn');