2022-02-27 23:15:07 -09:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
|
<title>茄子统计</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2022-03-02 16:02:52 +08:00
|
|
|
|
<div class="app">
|
|
|
|
|
免费UV,PV统计,也可直接使用,也可进行私有部署后使用。<br />
|
|
|
|
|
使用文档见:<a href="https://github.com/FleyX/qieziStatistics">开始使用</a>
|
|
|
|
|
</div>
|
2022-03-02 15:52:04 +08:00
|
|
|
|
<!-- 页面PV -->
|
|
|
|
|
<div style="text-align: center">
|
|
|
|
|
<div id="qieziStatisticHtmlPost" style="display: none">当前页面访问次数:<span id="qieziStatisticHtmlPostPv"></span>次 </div>
|
2022-02-27 23:15:07 -09:00
|
|
|
|
</div>
|
2022-03-02 15:52:04 +08:00
|
|
|
|
<!-- 网站整体UV/PV -->
|
|
|
|
|
<div style="text-align: center">
|
|
|
|
|
<div id="qieziStatisticHtmlHostPv" style="display: none">总访问次数:<span id="qieziStatisticHtmlHostPvValue"></span>次 </div>
|
|
|
|
|
<div id="qieziStatisticHtmlHostUv" style="display: none"> 总访客数:<span id="qieziStatisticHtmlHostUvValue"></span>人</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script>
|
|
|
|
|
//设置实际部署的host和key
|
2022-03-02 16:02:52 +08:00
|
|
|
|
//window.qieziStatisticHost = "http://localhost:8080";
|
|
|
|
|
window.qieziStatisticKey = "47e78c8dffb5491e907e2f2a8d410869";
|
2022-03-02 15:52:04 +08:00
|
|
|
|
</script>
|
2022-03-01 23:31:20 +08:00
|
|
|
|
<script src="/qiezijs/1.0/qiezi_statistic.js" type="text/javascript"></script>
|
2022-03-02 15:52:04 +08:00
|
|
|
|
<style>
|
|
|
|
|
.app {
|
|
|
|
|
width: 80%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
2022-02-27 23:15:07 -09:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|