This commit is contained in:
jxxghp
2025-01-11 14:15:52 +08:00
parent afa333243f
commit 43c6672ab1
2 changed files with 28 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ import type { ThemeSwitcherTheme } from '@layouts/types'
import api from '@/api'
import { checkPrefersColorSchemeIsDark } from '@/@core/utils'
import { useToast } from 'vue-toast-notification'
import { VAceEditor } from 'vue3-ace-editor'
// 显示器宽度
const display = useDisplay()