From 4292123ab617287705dc1735de2f70cac53c46ba Mon Sep 17 00:00:00 2001 From: FaintFlower <310248465+FaintFlower@users.noreply.github.com> Date: Sun, 16 Aug 2026 11:54:57 +0000 Subject: [PATCH] fix: replace broken star history chart with working alternative The star history chart was broken due to GitHub stargazer API restrictions. Replaced the endpoint with star-history.dera.page which uses a different data source that does not require an API token. --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71dd838a..2fdff54b 100644 --- a/README.md +++ b/README.md @@ -373,4 +373,4 @@ This project is licensed under the [Apache License 2.0](LICENSE). ## 📅 Star History -[![Star History Chart](https://api.star-history.com/svg?repos=InternScience/GraphGen&type=Date)](https://www.star-history.com/#InternScience/GraphGen&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=InternScience/GraphGen&type=Date)](https://star-history.dera.page/#InternScience/GraphGen&Date) diff --git a/README_zh.md b/README_zh.md index 0a7b0d8c..fc1bc8e0 100644 --- a/README_zh.md +++ b/README_zh.md @@ -373,5 +373,5 @@ GraphGen 首先根据源文本构建细粒度的知识图谱,然后利用期 ## 📅 星标历史 -[![Star History Chart](https://api.star-history.com/svg?repos=InternScience/GraphGen&type=Date)](https://www.star-history.com/#InternScience/GraphGen&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=InternScience/GraphGen&type=Date)](https://star-history.dera.page/#InternScience/GraphGen&Date)