pull/755/head
zhangdaiscott 2023-09-04 18:32:20 +08:00
parent cf8b299c2b
commit fb91091bbd
1 changed files with 9 additions and 0 deletions

View File

@ -166,5 +166,14 @@
</div> </div>
</div> </div>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c7e58b1ccbd3bc08655d6c912827eb89";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body> </body>
</html> </html>