diff --git a/.well-known/vercount-verify-v7lbufygdkzfqs35z6ih6l1q.txt b/.well-known/vercount-verify-v7lbufygdkzfqs35z6ih6l1q.txt
new file mode 100644
index 0000000..2742dd7
--- /dev/null
+++ b/.well-known/vercount-verify-v7lbufygdkzfqs35z6ih6l1q.txt
@@ -0,0 +1 @@
+vercount-domain-verify=www.hehouhui.cn,v7lbufygdkzfqs35z6ih6l1q
\ No newline at end of file
diff --git a/about.html b/about.html
index 005300a..d29412f 100644
--- a/about.html
+++ b/about.html
@@ -151,11 +151,11 @@
Followers
- 0
+ 0
Visit num
- 0
+ 0
Visitors
diff --git a/css/about.css b/css/about.css
index 7854b64..abcc48b 100644
--- a/css/about.css
+++ b/css/about.css
@@ -1821,7 +1821,7 @@ body {
}
/* PC端统计区域响应式布局 */
-@media (min-width: 1025px) {
+@media (min-width: 1446px) {
.area-stats {
grid-template-columns: repeat(5, 1fr);
gap: 8px;
@@ -1848,6 +1848,27 @@ body {
}
}
+/* PC端统计区域响应式布局 */
+@media (min-width: 1025px) and (max-width: 1445px) {
+ .area-stats {
+ grid-template-columns: repeat(3, 1fr);
+ grid-template-rows: repeat(2, 1fr);
+ gap: 12px;
+ }
+
+ [data-lang="en"] .stat-key {
+ font-size: 6px !important;
+ }
+}
+
+@media (min-width: 1201px) {
+ .area-stats {
+ grid-template-columns: repeat(3, 1fr);
+ grid-template-rows: repeat(2, 1fr);
+ gap: 12px;
+ }
+}
+
/* 移动端统计区域布局 */
@media (max-width: 768px) {
.area-stats {