feat(tracking): 集成新的统计追踪服务
- 在 about.html 中添加 vercount 统计脚本 - 在 christmas.html 中添加 vercount 统计脚本 - 在 index.html 中替换原有的分析服务为 vercount 统计脚本 - 在 me.html 中添加 vercount 统计脚本 - 移除旧的 analysee 统计服务相关代码 - 统一使用 defer 属性优化脚本加载性能
This commit is contained in:
@@ -1492,5 +1492,6 @@
|
||||
document.head.appendChild(script);
|
||||
});
|
||||
</script>
|
||||
<script defer src="https://events.vercount.one/js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user