chore(docs): refresh star history chart [skip ci]

This commit is contained in:
github-actions[bot]
2026-07-23 17:05:51 +00:00
parent 7579bc6eab
commit 2e4c257fdc
6 changed files with 11 additions and 70 deletions

View File

@@ -496,13 +496,10 @@ Issues and PRs welcome. Branch from **`dev`**, PR against **`dev`**.
## ⭐ Star History
<!-- star-history:start -->
<a href="https://www.star-history.com/#Syngnat/GoNavi&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/star-history/star-history-dark.svg" />
<source media="(prefers-color-scheme: light)" srcset="assets/star-history/star-history-light.svg" />
<img alt="Star History Chart" src="assets/star-history/star-history-light.svg" />
</picture>
</a>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/star-history/star-history-dark.svg">
<img alt="Star history" src="assets/star-history/star-history-light.svg">
</picture>
<!-- star-history:end -->
---