5
5
< title > 不蒜子 - powered by xcsoft</ title >
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
7
< meta name ="author " content ="xcsoft ">
8
- < meta name ="description " content ="基于golang的简易页面访问统计 ">
9
- < link rel ="shortcut icon " href ="favicon.svg ">
8
+ < meta name ="description " content ="基于 Golang 的简易页面访问统计 ">
9
+ < link rel ="shortcut icon " href ="favicon.ico ">
10
10
< link href ="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/4.6.0/css/bootstrap.min.css " type ="text/css " rel ="stylesheet " />
11
11
< link href ="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/highlight.js/11.4.0/styles/atom-one-dark.min.css " type ="text/css " rel ="stylesheet " />
12
12
< script src ="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/highlight.js/11.4.0/highlight.min.js " type ="application/javascript "> </ script >
@@ -54,13 +54,13 @@ <h5>前言: </h5>
54
54
< a href ="https://busuanzi.ibruce.info "> 不蒜子</ a > 是一款不错的前端统计工具
55
55
< br /> 本站模仿其功能 通过 Golang + Redis 实现
56
56
< br /> uv 通过ip统计, pv 通过referer区分, 所有信息仅记录md5
57
- < br /> 项目使用Apache2 .0 开源: < a href ="//github.com/soxft/busuanzi "> soxft/busuanzi</ a >
57
+ < br /> 项目使用 Apache2 .0 开源: < a href ="//github.com/soxft/busuanzi "> soxft/busuanzi</ a >
58
58
</ p >
59
59
< div style ="height:10px "> </ div >
60
60
< h5 > 使用: </ h5 >
61
61
< pre > < code class ="language-html " style ="border-radius:8px "> <script async src="https://busuanzi.9420.ltd/js"></script>
62
- 本文总阅读量 <span id="busuanzi_page_pv"></span> 次
63
- 本文总访客量 <span id="busuanzi_page_uv"></span> 人
62
+ 本页总阅读量 <span id="busuanzi_page_pv"></span> 次
63
+ 本页总访客量 <span id="busuanzi_page_uv"></span> 人
64
64
本站总访问量 <span id="busuanzi_site_pv"></span> 次
65
65
本站总访客数 <span id="busuanzi_site_uv"></span> 人</ code > </ pre >
66
66
</ div >
@@ -77,7 +77,7 @@ <h5>使用: </h5>
77
77
< div style ="height:10vh "> </ div >
78
78
79
79
< div class ="fixed-bottom " style ="padding-left: 15px;padding-bottom: 8px;color: gray ">
80
- copyright © < a href ="//xsot.cn "> xcsoft</ a >
80
+ copyright © < a href ="//www. xsot.cn "> xcsoft</ a >
81
81
</ div >
82
82
</ body >
83
83
</ html >
0 commit comments