📝 Support dark theme for Star History in README.md (#12876)
This commit is contained in:
parent
20e8b81b8f
commit
f49ece2c82
1 changed files with 7 additions and 1 deletions
|
@ -124,7 +124,13 @@ Some features are only available to paid members, for more details please refer
|
|||
|
||||
## 🌟 Star History
|
||||
|
||||
[](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>
|
||||
|
||||
## 🗺️ Roadmap
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue