19 lines
598 B
Plaintext
19 lines
598 B
Plaintext
<div align="center">
|
|
|
|
# Some Stars
|
|
|
|
⭐ <a href="https://jerryz.com.cn/" target="_blank">Jerry Zhou</a>的star列表,每周自动更新 ⭐
|
|
|
|
<a href="https://rsshub.app/github/starred_repos/YangguangZhou" target="_blank" title="基于rsshub的订阅">RSS订阅</a>
|
|
<a href="https://stars.jerryz.com.cn" 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 %>
|
|
<% } %>
|
|
<% } %> |