From 2ea7d49ee92fb0a1ccacd5e9b2115ee6924f00ac Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Tue, 18 Aug 2026 07:30:44 +0000 Subject: [PATCH] docs: fix broken star history chart The star history chart in the README is currently broken because it relies on the GitHub stargazer API, which now enforces strict rate limits. Update the chart to point to a working service so the project history renders correctly again. Applies the same change to the localized Chinese README. --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c389366..94c5769 100644 --- a/README.md +++ b/README.md @@ -702,7 +702,7 @@ We look forward to your feedback and work together to make LightAgent even stron ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=wanxingai/LightAgent&type=Date)](https://star-history.com/#wanxingai/LightAgent&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=wanxingai/LightAgent&type=Date)](https://star-history.dera.page/#wanxingai/LightAgent&Date) ## Paper diff --git a/README.zh-CN.md b/README.zh-CN.md index 9aa8b29..88fc13d 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -442,7 +442,7 @@ LightAgent 采用 [Apache 2.0 许可证](LICENSE)。您可以自由使用、修 ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=wanxingai/LightAgent&type=Date)](https://star-history.com/#wanxingai/LightAgent&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=wanxingai/LightAgent&type=Date)](https://star-history.dera.page/#wanxingai/LightAgent&Date) ## 论文