23 lines
669 B
Plaintext
23 lines
669 B
Plaintext
<div align="center">
|
|
|
|
# Some Stars
|
|
|
|
⭐ 我的star列表,每天自动更新 ⭐
|
|
|
|
[RSS订阅](https://rsshub.app/github/starred_repos/rcy1314)
|
|
|
|
<img src="https://camo.githubusercontent.com/82291b0fe831bfc6781e07fc5090cbd0a8b912bb8b8d4fec0696c881834f81ac/68747470733a2f2f70726f626f742e6d656469612f394575424971676170492e676966" width="800" height="3">
|
|
</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 %>
|
|
<% } %>
|
|
<% } %>
|
|
|
|
- generated with [rcy1314/some-starts](https://github.com/rcy1314/some-starts)
|