Skip to content

Commit f215711

Browse files
authored
add msclkid (#82)
1 parent 2b5f5f1 commit f215711

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/fastgpt/components/home/CTAButton.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ const CTAButton = ({ locale, stars: initialStars, showGithub = true }: { locale:
2828

2929
const urlParams = new URLSearchParams(window.location.search);
3030
const bd_vid = urlParams.get('bd_vid');
31+
const msclkid = urlParams.get('msclkid');
3132
const k = urlParams.get('k');
3233

3334
return {
3435
pathname: siteConfig.userUrl,
3536
query: {
3637
...(bd_vid && { bd_vid }),
38+
...(msclkid && { msclkid }),
3739
...(k && { k })
3840
}
3941
};

0 commit comments

Comments
 (0)