Files
some-stars/template/README.ejs
T
2024-06-18 14:06:22 +08:00

16 lines
375 B
Plaintext

<div align="center">
# Some Stars
⭐ <a href="https://jerryz.com.cn/" target="_blank">Jerry Zhou</a>的star列表,每周自动更新 ⭐
</div>
## Table of Contents
<% for(let [language, repositories] of stars) { %>
## <%= language %>
<% for(let repo of repositories) { %>
- [<%= repo.full_name %>](<%= repo.html_url %>) - <%= repo.description %>
<% } %>
<% } %>