mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
add: Clarity tracking code
This commit is contained in:
@@ -113,6 +113,14 @@ const rssHref = getRelativeLocaleUrl(
|
|||||||
window.__theme = { value: theme };
|
window.__theme = { value: theme };
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
<!-- Clarity tracking code for https://qihanx.cn/ -->
|
||||||
|
<script>
|
||||||
|
(function(c,l,a,r,i,t,y){
|
||||||
|
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
|
||||||
|
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i+"?ref=bwt";
|
||||||
|
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
|
||||||
|
})(window, document, "clarity", "script", "y0in01zh7v");
|
||||||
|
</script>
|
||||||
|
|
||||||
<ClientRouter />
|
<ClientRouter />
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user