From c817b873082b9366da06a329b365ff7a358acc68 Mon Sep 17 00:00:00 2001 From: Dessalines39394 <245616256+Dessalines39394@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:26:21 +0000 Subject: [PATCH] fix: broken star history chart The star history chart in the README is currently broken due to GitHub stargazer API restrictions. Switch it to a working provider so the chart renders again. Updated the chart endpoint and the wrapping link in both README.md and README-EN.md. --- README-EN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-EN.md b/README-EN.md index dc80b74b..8b904293 100644 --- a/README-EN.md +++ b/README-EN.md @@ -97,7 +97,7 @@ Build web: #### Star History -[![Star History Chart](https://api.star-history.com/svg?repos=toly1994328/FlutterUnit&type=Date)](https://star-history.com/#toly1994328/FlutterUnit&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=toly1994328/FlutterUnit&type=Date)](https://star-history.dera.page/#toly1994328/FlutterUnit&Date) ### 一、组件的展示页面 diff --git a/README.md b/README.md index 55a14d71..8e9d2d80 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Build web: #### Star History -[![Star History Chart](https://api.star-history.com/svg?repos=toly1994328/FlutterUnit&type=Date)](https://star-history.com/#toly1994328/FlutterUnit&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=toly1994328/FlutterUnit&type=Date)](https://star-history.dera.page/#toly1994328/FlutterUnit&Date) ### 一、组件的展示页面