feat(auto-imports): 添加 routeI18nT 类型声明
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Has been cancelled
CI/CD Pipeline / playwright (push) Has been cancelled

This commit is contained in:
严浩
2025-11-05 13:41:25 +08:00
parent 0a8f1f8248
commit 4b645bb916
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import { computed } from 'vue';
// >>>>>
// https://vueuse.org/core/useColorMode/#advanced-usage
const { system, store: themeMode } = useColorMode({
selector: 'html',
modes: { light: '', dark: 'app-dark', auto: '' },
disableTransition: false,
});