From 489f991d0662a4c0a8b66c84f1c2dbb405f77a5e Mon Sep 17 00:00:00 2001 From: ZSCGR <932478692@qq.com> Date: Fri, 26 Jun 2026 21:26:23 +0800 Subject: [PATCH] fix: replace duplicate watchers_count with forks_count --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e5a16fc..61b43a0 100644 --- a/index.html +++ b/index.html @@ -224,7 +224,7 @@
${repo.description || 'No description available.'}
${repo.stargazers_count} - ${repo.watchers_count} + ${repo.forks_count}
@@ -255,7 +255,7 @@
${r.description || ''}
${r.stargazers_count} - ${r.watchers_count} + ${r.forks_count}
`).join('')}`;