refactor: 🚨 Prettier 自動格式化

This commit is contained in:
noeFly
2025-02-12 21:30:47 +08:00
parent 8df49a195d
commit 861b8a92e0

View File

@@ -18,7 +18,7 @@ export const convertInnerUrl = allPages => {
if (!allAnchorTags) {
return
}
const { origin, pathname } = window.location;
const { origin, pathname } = window.location
const currentURL = origin + pathname
const currentPathLang = pathname.split('/').filter(Boolean)[0]
const lang = getCurrentLang
@@ -50,4 +50,4 @@ export const convertInnerUrl = allPages => {
}
}
}
}
}