refactor: remove externalSource references from various components for consistency

This commit is contained in:
mlogclub
2026-04-28 11:11:16 +08:00
parent cf63b75590
commit 75afe60d4b
8 changed files with 4 additions and 28 deletions
@@ -828,7 +828,6 @@ function WechatMPAccessGuide({ channelId }: { channelId: string }) {
}
const url = new URL("/kefu/chat/", origin)
url.searchParams.set("channelId", channelId)
url.searchParams.set("externalSource", "wechat_mp")
return url.toString()
}, [channelId, origin])