docs(readme): switch Star History chart to shieldcn (#82)

Consolidate on shieldcn.dev, which already powers the stars badge, so the
README uses one chart/badge provider instead of also depending on
star-history.com. Keeps the responsive light/dark <picture> (mode=dark/light).

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Valerio 2026-06-29 16:58:51 +02:00 committed by GitHub
parent 0453c9488f
commit a869b0af69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -481,11 +481,11 @@ Thanks to everyone improving webclaw through issues, examples, docs, bug reports
## Star History
<a href="https://www.star-history.com/?repos=0xMassi%2Fwebclaw&type=date&legend=top-left">
<a href="https://github.com/0xMassi/webclaw/stargazers">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=0xMassi/webclaw&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=0xMassi/webclaw&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=0xMassi/webclaw&type=date&legend=top-left" />
<source media="(prefers-color-scheme: dark)" srcset="https://shieldcn.dev/chart/github/stars/0xMassi/webclaw.svg?mode=dark&theme=zinc&bg=transparent&border=false&logo=false&icon=Star" />
<source media="(prefers-color-scheme: light)" srcset="https://shieldcn.dev/chart/github/stars/0xMassi/webclaw.svg?mode=light&theme=zinc&bg=transparent&border=false&logo=false&icon=Star" />
<img alt="Star History Chart" src="https://shieldcn.dev/chart/github/stars/0xMassi/webclaw.svg?mode=light&theme=zinc&bg=transparent&border=false&logo=false&icon=Star" />
</picture>
</a>