Skip to content

Commit d678950

Browse files
committed
📝 Use new logo
logo designed by ChatGPT
1 parent 06d83d9 commit d678950

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![soxft/busuanzi](https://socialify.git.ci/soxft/busuanzi/image?description=1&font=Bitter&forks=1&language=1&logo=https://raw.githubusercontent.com/soxft/busuanzi/main/dist/favicon.svg&name=1&owner=1&pattern=Solid&stargazers=1&theme=Dark)](https://busuanzi.9420.ltd)
1+
[![soxft/busuanzi](https://socialify.git.ci/soxft/busuanzi/image?description=1&font=Bitter&forks=1&language=1&logo=https://raw.githubusercontent.com/soxft/busuanzi/main/dist/favicon.webp&name=1&owner=1&pattern=Solid&stargazers=1&theme=Dark)](https://busuanzi.9420.ltd)
22

33
- [简体中文](readme/README.zh_CN.md)
44

@@ -39,6 +39,9 @@ UV and PV data are stored in the following keys:
3939
| pagePv | ZSet | bsz:page_pv:md5(host) / md5(path) |
4040
| pageUv | HyperLogLog | bsz:site_uv:md5(host):md5(path) |
4141

42+
## Other
43+
44+
Logo created by ChatGPT
4245

4346
## Upgrade Suggestions
4447

dist/favicon.ico

25.3 KB
Binary file not shown.

dist/favicon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/favicon.webp

74.4 KB
Binary file not shown.

dist/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<title>不蒜子 - powered by xcsoft</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<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">
1010
<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" />
1111
<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" />
1212
<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>
5454
<a href="https://busuanzi.ibruce.info">不蒜子</a>是一款不错的前端统计工具
5555
<br />本站模仿其功能 通过 Golang + Redis 实现
5656
<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>
5858
</p>
5959
<div style="height:10px"></div>
6060
<h5>使用: </h5>
6161
<pre><code class="language-html" style="border-radius:8px">&lt;script async src=&quot;https://busuanzi.9420.ltd/js&quot;&gt;&lt;/script&gt;
62-
本文总阅读量 &lt;span id=&quot;busuanzi_page_pv&quot;&gt;&lt;/span&gt; 次
63-
本文总访客量 &lt;span id=&quot;busuanzi_page_uv&quot;&gt;&lt;/span&gt; 人
62+
本页总阅读量 &lt;span id=&quot;busuanzi_page_pv&quot;&gt;&lt;/span&gt; 次
63+
本页总访客量 &lt;span id=&quot;busuanzi_page_uv&quot;&gt;&lt;/span&gt; 人
6464
本站总访问量 &lt;span id=&quot;busuanzi_site_pv&quot;&gt;&lt;/span&gt; 次
6565
本站总访客数 &lt;span id=&quot;busuanzi_site_uv&quot;&gt;&lt;/span&gt; 人</code></pre>
6666
</div>
@@ -77,7 +77,7 @@ <h5>使用: </h5>
7777
<div style="height:10vh"></div>
7878

7979
<div class="fixed-bottom" style="padding-left: 15px;padding-bottom: 8px;color: gray">
80-
copyright &copy; <a href="//xsot.cn">xcsoft</a>
80+
copyright &copy; <a href="//www.xsot.cn">xcsoft</a>
8181
</div>
8282
</body>
8383
</html>

readme/README.zh_CN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![soxft/busuanzi](https://socialify.git.ci/soxft/busuanzi/image?description=1&font=Bitter&forks=1&language=1&logo=https://raw.githubusercontent.com/soxft/busuanzi/main/dist/favicon.svg&name=1&owner=1&pattern=Solid&stargazers=1&theme=Dark)](https://busuanzi.9420.ltd)
1+
[![soxft/busuanzi](https://socialify.git.ci/soxft/busuanzi/image?description=1&font=Bitter&forks=1&language=1&logo=https://raw.githubusercontent.com/soxft/busuanzi/main/dist/favicon.webp&name=1&owner=1&pattern=Solid&stargazers=1&theme=Dark)](https://busuanzi.9420.ltd)
22

33
## 自建不蒜子
44

@@ -32,6 +32,10 @@
3232
| pageUv | HyperLogLog | bsz:site_uv:md5(host):md5(path) |
3333

3434

35+
## 其他
36+
37+
Logo 由 ChatGPT 设计
38+
3539
## 升级建议
3640

3741
- 请务必在升级前备份数据 (dump.rdb)

0 commit comments

Comments
 (0)