Merge branch 'unibest-tech:main' into main

This commit is contained in:
hygge
2025-08-21 10:34:27 +08:00
committed by GitHub
3 changed files with 405 additions and 987 deletions

View File

@@ -30,7 +30,7 @@ export function currRoute() {
return getUrlObj(fullPath)
}
function ensureDecodeURIComponent(url: string) {
export function ensureDecodeURIComponent(url: string) {
if (url.startsWith('%')) {
return ensureDecodeURIComponent(decodeURIComponent(url))
}