hm.ts 371 B

123456789101112
  1. // Baidu statistics code for site deployment
  2. // Only open in build:site
  3. export const hmScript = `<script>
  4. var _hmt = _hmt || [];
  5. (function() {
  6. var hm = document.createElement("script");
  7. hm.src = "https://hm.baidu.com/hm.js?384d6046e02f6ac4ea075357bd0e9b43";
  8. var s = document.getElementsByTagName("script")[0];
  9. s.parentNode.insertBefore(hm, s);
  10. })();
  11. </script>
  12. `;