Skip to content

Commit

Permalink
fix: analytics修改
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanqb committed Mar 27, 2024
1 parent 5e108af commit 6336220
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,17 @@
<script src="./dependency/axios/axios.min.js"></script>
<script src="./dependency/vue/vue@2.7.14"></script>
<script src="./dependency/vue-multiselect/vue-multiselect.min.js"></script>
<!-- vercel-analytics -->
<!-- analytics -->
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?2110f5eb52027236199561cb23945a74";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script defer src="/_vercel/insights/script.js"></script>


<script src="./components/chapter.js?v=20"></script>

Expand Down

0 comments on commit 6336220

Please sign in to comment.