This commit is contained in:
hailin 2025-04-22 19:35:37 +08:00
parent abc647dbf2
commit d13fb6cc40
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ export default function SetupPage() {
// 提取当前路径中的 locale 部分
const locale = pathname.split("/")[1] || "en" // 获取路径中的 locale 部分,如果没有则默认为 "en"
// // 提取当前路径中的 locale 部分
// const locale = pathname.split("/")[1] || "en" // 获取路径中的 locale 部分,如果没有则默认为 "en"
const { t } = useTranslation()