feat: complete language switching functionality and centralized page routing

This commit is contained in:
radishzzz 2025-03-14 03:30:56 +00:00
parent 4651828dd1
commit 05d3a8034b
26 changed files with 253 additions and 146 deletions

View file

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