From 186990db601dea2b4c355227c8ef1de06c0dd644 Mon Sep 17 00:00:00 2001 From: FaintFlower <310248465+FaintFlower@users.noreply.github.com> Date: Sun, 16 Aug 2026 11:34:11 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(docs):=20repair=20broken=20s?= =?UTF-8?q?tar=20history=20chart=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The star history chart in the README is currently broken because the original service no longer works reliably due to GitHub stargazer API restrictions. Update the chart to use a working endpoint so the project's growth remains visible. --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6c107c2e9..052a6df44c 100644 --- a/README.md +++ b/README.md @@ -207,4 +207,4 @@ This repository is licensed under the [Magic Open Source License](LICENSE), base Thanks to all developers who have contributed to Magic! -[![Star History Chart](https://api.star-history.com/svg?repos=dtyq/magic&type=Date)](https://star-history.com/#dtyq/magic&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=dtyq/magic&type=Date)](https://star-history.dera.page/#dtyq/magic&Date) diff --git a/README_CN.md b/README_CN.md index 1dcb383ef7..f3a1cba4b4 100644 --- a/README_CN.md +++ b/README_CN.md @@ -207,4 +207,4 @@ curl -fsSL https://getmagicrew.sh | bash 感谢所有为超级麦吉做出贡献的开发者! -[![Star History Chart](https://api.star-history.com/svg?repos=dtyq/magic&type=Date)](https://star-history.com/#dtyq/magic&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=dtyq/magic&type=Date)](https://star-history.dera.page/#dtyq/magic&Date)