fix: Closes #5 修复首选语言检测错误的问题

This commit is contained in:
2025-09-12 13:23:54 +08:00
parent 92020fa1e5
commit 99b97bb8c4
3 changed files with 8 additions and 6 deletions

View File

@ -35,7 +35,6 @@ export function CommentItem(
}
) {
const locale = useLocale();
console.log("locale", locale);
const t = useTranslations("Comment");
const commonT = useTranslations("Common");
const clickToUserProfile = useToUserProfile();