fix: lint

pull/236/head
xingyu4j 2025-10-21 17:45:43 +08:00
parent 5203b991de
commit 80545f973a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export function getUrlValue(
if (!urlStr || !key) return '';
const url = new URL(decodeURIComponent(urlStr));
return url.searchParams.get(key) ?? '';
};
}
/**
* target: {a:1} source:{a:2,b:3} {a:2}