From 40780a2c306a7be0e4d60bfb13494478f57bd136 Mon Sep 17 00:00:00 2001 From: Dessalines39394 <245616256+Dessalines39394@users.noreply.github.com> Date: Tue, 18 Aug 2026 07:41:58 +0000 Subject: [PATCH] =?UTF-8?q?fix(docs):=20=E4=BF=AE=E5=A4=8D=20README=20?= =?UTF-8?q?=E4=B8=AD=20Star=20=E5=8E=86=E5=8F=B2=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README 中的 Star 历史图表当前已无法正常显示,原因是 GitHub 对 stargazer API 的限制导致原有的图表数据源失效。 本次更新将 README.md 与 README.zh-CN.md 中的 Star 历史图表图片地址替换为可正常工作的新地址,使图表恢复显示。 验证:已在本地确认两处替换准确,未影响图表展示之外的任何内容。 --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c48c3d2a..68a8900e 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ If your earlier instance used SQLite and you now want to migrate to MySQL or Pos [//]: # ( Repobeez) - ![Star History Chart](https://api.star-history.com/svg?repos=ZeroDeng01/sublinkPro&type=Date) + ![Star History Chart](https://star-history.dera.page/svg?repos=ZeroDeng01/sublinkPro&type=Date) --- diff --git a/README.zh-CN.md b/README.zh-CN.md index 4fb6d30a..2c0cacb0 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -218,7 +218,7 @@ docker-compose up -d [//]: # ( Repobeez) - ![Star History Chart](https://api.star-history.com/svg?repos=ZeroDeng01/sublinkPro&type=Date) + ![Star History Chart](https://star-history.dera.page/svg?repos=ZeroDeng01/sublinkPro&type=Date) ---