update
This commit is contained in:
@ -130,6 +130,16 @@ const config = getConfig(Astro)
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
<script is:inline>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?29db38bbf51186e3cb5bed9cf3e61549";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
|
||||
</html>
|
||||
|
||||
<style>
|
||||
|
Reference in New Issue
Block a user