优化更新

This commit is contained in:
2026-02-18 22:28:08 +08:00
parent b6c133952b
commit 0ecb088569
8 changed files with 107 additions and 38 deletions

View File

@@ -5,7 +5,7 @@ import { useI18nStore } from "./stores/modules/i18n";
import { useLayoutStore } from "./stores/modules/layout";
import { useUserStore } from "./stores/modules/user";
import { useMessageStore } from "./stores/modules/message";
import { useWebSocket } from "./composables/useWebSocket";
import { useWebSocket } from "./hooks/useWebSocket";
import { theme } from "ant-design-vue";
import i18n from "./i18n";
import zhCN from "ant-design-vue/es/locale/zh_CN";