20 lines
574 B
Plaintext
20 lines
574 B
Plaintext
<div align="center">
|
|
|
|
# Some Stars
|
|
|
|
⭐ <a href="https://blog.chgr.cc/" target="_blank">ZSCGR</a>的star列表,自动更新 ⭐
|
|
|
|
<a href="https://rsshub.chgr.cc/github/starred_repos/ZSCGR" target="_blank" title="基于rsshub的订阅">RSS订阅</a>
|
|
<a href="https://star.chgr.cc" target="_blank" title="Stars导航">Stars导航</a>
|
|
|
|
</div><br>
|
|
|
|
## Table of Contents
|
|
|
|
<% for(let [language, repositories] of stars) { %>
|
|
## <%= language %>
|
|
<% for(let repo of repositories) { %>
|
|
- [<%= repo.full_name %>](<%= repo.html_url %>) - <%= repo.description %>
|
|
<% } %>
|
|
<% } %>
|