Skip to content

Commit

Permalink
add Baidu Tongji
Browse files Browse the repository at this point in the history
  • Loading branch information
liziyi0914 committed Jan 25, 2024
1 parent 181af1d commit 2805ea6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ export default defineConfig({
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, 'clarity', 'script', 'krcmv2bfkv');`,
},
{
content: `var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?79210364fa0fc38612744a12fbcb1d42";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();`,
},
],
});

0 comments on commit 2805ea6

Please sign in to comment.