feat: 新增应用配置开关属性,迁移主题配置至 src/config/setting.ts,新增色弱模式与哀悼模式

This commit is contained in:
KAI
2024-12-10 14:01:34 +00:00
committed by Charles7c
parent 4b5536a0b2
commit f64a7163e5
10 changed files with 130 additions and 39 deletions

View File

@@ -80,7 +80,6 @@ import { isMobile } from '@/utils'
import { getToken } from '@/utils/auth'
defineOptions({ name: 'HeaderRight' })
let socket: WebSocket
onBeforeUnmount(() => {
if (socket) {