📝 Support dark theme for Star History in README.md https://github.com/siyuan-note/siyuan/pull/12876

This commit is contained in:
Daniel 2024-10-22 16:33:49 +08:00
parent f49ece2c82
commit faa5f4decd
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 14 additions and 2 deletions

View file

@ -123,7 +123,13 @@ SiYuanは、プライバシーを最優先とする個人の知識管理シス
## 🌟 スター履歴
[![Star History Chart](https://api.star-history.com/svg?repos=siyuan-note/siyuan&type=Date)](https://star-history.com/#siyuan-note/siyuan&Date)
<a href="https://star-history.com/#siyuan-note/siyuan&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=siyuan-note/siyuan&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=siyuan-note/siyuan&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=siyuan-note/siyuan&type=Date" />
</picture>
</a>
## 🗺️ ロードマップ

View file

@ -124,7 +124,13 @@
## 🌟 星标历史
[![Star History Chart](https://api.star-history.com/svg?repos=siyuan-note/siyuan&type=Date)](https://star-history.com/#siyuan-note/siyuan&Date)
<a href="https://star-history.com/#siyuan-note/siyuan&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=siyuan-note/siyuan&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=siyuan-note/siyuan&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=siyuan-note/siyuan&type=Date" />
</picture>
</a>
## 🗺️ 路线图