From c3e9e82fa6ebaf6dcd1b26584f90b3b57da97692 Mon Sep 17 00:00:00 2001 From: FaintFlower <310248465+FaintFlower@users.noreply.github.com> Date: Wed, 19 Aug 2026 14:16:14 +0000 Subject: [PATCH] Fix broken Star History chart in README The Star History chart is currently broken and shows no data. Update the chart across the README and all localized versions so it renders correctly again. --- README.de.md | 2 +- README.es.md | 2 +- README.fr.md | 2 +- README.ja.md | 2 +- README.ko.md | 2 +- README.md | 2 +- README.zh-CN.md | 2 +- README.zh-TW.md | 2 +- scripts/regenerate_translated_readmes.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.de.md b/README.de.md index 22c79d1..68cdd97 100644 --- a/README.de.md +++ b/README.de.md @@ -692,7 +692,7 @@ Alle Inhalte stammen aus dem Internet. Falls du der Ansicht bist, dass etwas dei --- ## Star-Verlauf -[![Star History Chart](https://api.star-history.com/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.com/#ZeroLu/awesome-gpt-image&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.dera.page/#ZeroLu/awesome-gpt-image&Date) --- diff --git a/README.es.md b/README.es.md index 54d3899..7d8e02d 100644 --- a/README.es.md +++ b/README.es.md @@ -692,7 +692,7 @@ Todo el contenido proviene de Internet. Si consideras que algo infringe tus dere --- ## Historial de estrellas -[![Star History Chart](https://api.star-history.com/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.com/#ZeroLu/awesome-gpt-image&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.dera.page/#ZeroLu/awesome-gpt-image&Date) --- diff --git a/README.fr.md b/README.fr.md index 593e350..5a3bf88 100644 --- a/README.fr.md +++ b/README.fr.md @@ -692,7 +692,7 @@ Tout le contenu provient d’Internet. Si vous estimez qu’un élément enfrein --- ## Historique des étoiles -[![Star History Chart](https://api.star-history.com/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.com/#ZeroLu/awesome-gpt-image&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.dera.page/#ZeroLu/awesome-gpt-image&Date) --- diff --git a/README.ja.md b/README.ja.md index db037d9..b559f03 100644 --- a/README.ja.md +++ b/README.ja.md @@ -901,7 +901,7 @@ I. 近代的でクリーン、専門的なモジュールカード型レイア --- ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.com/#ZeroLu/awesome-gpt-image&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.dera.page/#ZeroLu/awesome-gpt-image&Date) --- diff --git a/README.ko.md b/README.ko.md index fb0e116..3158652 100644 --- a/README.ko.md +++ b/README.ko.md @@ -692,7 +692,7 @@ GPT-Image-2가 오늘 출시되는 이야기를 8컷 만화로 만든다. --- ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.com/#ZeroLu/awesome-gpt-image&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.dera.page/#ZeroLu/awesome-gpt-image&Date) --- diff --git a/README.md b/README.md index 5cb3ed8..d7b5a0b 100644 --- a/README.md +++ b/README.md @@ -1066,7 +1066,7 @@ All the content are from the internet if you think that this violates your copyr --- ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.com/#ZeroLu/awesome-gpt-image&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.dera.page/#ZeroLu/awesome-gpt-image&Date) --- diff --git a/README.zh-CN.md b/README.zh-CN.md index c11edca..6b09bb7 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -903,7 +903,7 @@ I. 视觉要求:现代、干净、专业、模块化卡片布局 --- ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.com/#ZeroLu/awesome-gpt-image&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.dera.page/#ZeroLu/awesome-gpt-image&Date) --- diff --git a/README.zh-TW.md b/README.zh-TW.md index 0b8672f..5f2ca1c 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -692,7 +692,7 @@ GTA 6 遊戲內畫面,非常細緻、非常真實。鏡頭是近距離拍攝 --- ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.com/#ZeroLu/awesome-gpt-image&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.dera.page/#ZeroLu/awesome-gpt-image&Date) --- diff --git a/scripts/regenerate_translated_readmes.py b/scripts/regenerate_translated_readmes.py index 6329ea5..eefe413 100644 --- a/scripts/regenerate_translated_readmes.py +++ b/scripts/regenerate_translated_readmes.py @@ -862,7 +862,7 @@ def build_ack(config: dict[str, object]) -> list[str]: def build_star_history(config: dict[str, object]) -> list[str]: return [ f"{config['star_heading']}\n", - "[![Star History Chart](https://api.star-history.com/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.com/#ZeroLu/awesome-gpt-image&Date)\n", + "[![Star History Chart](https://star-history.dera.page/svg?repos=ZeroLu/awesome-gpt-image&type=Date)](https://star-history.dera.page/#ZeroLu/awesome-gpt-image&Date)\n", "\n", "---\n", "\n",