♻️ refactor(ui): Optimize document display

This commit is contained in:
turbolnk
2025-02-25 18:38:25 +08:00
parent cf1d66d07e
commit 2ca299224d
6 changed files with 101 additions and 94 deletions
-1
View File
@@ -43,7 +43,6 @@ const languages = {
export default function LanguageSwitch() {
const locale = useLocale();
const country = getCountry(locale);
const t = useTranslations('language');
const router = useRouter();
const handleLanguageChange = (value: string) => {