feat(tracking): 集成新的统计追踪服务

- 在 about.html 中添加 vercount 统计脚本
- 在 christmas.html 中添加 vercount 统计脚本
- 在 index.html 中替换原有的分析服务为 vercount 统计脚本
- 在 me.html 中添加 vercount 统计脚本
- 移除旧的 analysee 统计服务相关代码
- 统一使用 defer 属性优化脚本加载性能
This commit is contained in:
hehh
2026-01-10 18:28:17 +08:00
parent d0091fc713
commit a0e911421f
4 changed files with 5 additions and 5 deletions

View File

@@ -615,5 +615,6 @@
animate();
</script>
<script defer src="https://events.vercount.one/js"></script>
</body>
</html>