mirror of
https://github.com/Narcooo/inkos.git
synced 2026-05-06 21:43:26 +08:00
docs: add Star History chart and Contributors section to README
This commit is contained in:
16
README.en.md
16
README.en.md
@@ -395,6 +395,22 @@ pnpm test # Run tests
|
||||
pnpm typecheck # Type-check without emitting
|
||||
```
|
||||
|
||||
## Star History
|
||||
|
||||
<a href="https://www.star-history.com/#Narcooo/inkos&type=date&legend=top-left">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Narcooo/inkos&type=date&theme=dark&legend=top-left" />
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Narcooo/inkos&type=date&legend=top-left" />
|
||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Narcooo/inkos&type=date&legend=top-left" />
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
## Contributors
|
||||
|
||||
<a href="https://github.com/Narcooo/inkos/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=Narcooo/inkos" />
|
||||
</a>
|
||||
|
||||
## License
|
||||
|
||||
[MIT](LICENSE)
|
||||
|
||||
16
README.md
16
README.md
@@ -389,6 +389,22 @@ pnpm test # 运行测试
|
||||
pnpm typecheck # 类型检查
|
||||
```
|
||||
|
||||
## 📈 Star History
|
||||
|
||||
<a href="https://www.star-history.com/#Narcooo/inkos&type=date&legend=top-left">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Narcooo/inkos&type=date&theme=dark&legend=top-left" />
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Narcooo/inkos&type=date&legend=top-left" />
|
||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Narcooo/inkos&type=date&legend=top-left" />
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
## Contributors
|
||||
|
||||
<a href="https://github.com/Narcooo/inkos/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=Narcooo/inkos" />
|
||||
</a>
|
||||
|
||||
## 许可证
|
||||
|
||||
[MIT](LICENSE)
|
||||
|
||||
Reference in New Issue
Block a user