Files
This branch is 398 commits ahead of Guo-hk/some-stars:main.
template
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
<div align="center"> # Some Stars ⭐ <a href="https://guohekui.github.io/zh/" target="_blank">Guohekui</a>的star列表,每小时自动更新 ⭐ </div><br> ## Table of Contents <% stars.sort((a, b) => new Date(b.updated_at) - new Date(a.updated_at)); %> <% for(let [language, repositories] of stars) { %> ## <%= language %> <% for(let repo of repositories) { %> - [<%= repo.full_name %>](<%= repo.html_url %>) - <%= repo.description %> - <% for(let topic of repo.topics) { %> <span style="color:red;">**<%= topic %>**</span>, <% } %> <% } %> <% } %>