refactor: refactoring project structure and components, optimizing internationalization and page presentation

This commit is contained in:
radishzzz 2025-03-08 21:38:08 +00:00
parent 6674cb7072
commit d6cff842e1
37 changed files with 156 additions and 146 deletions

View file

@ -1,4 +1,4 @@
import type { langPath } from '@/utils/ui'
import type { langPath } from '@/utils/i18n/ui'
type Exclude<T, U> = T extends U ? never : T