Skip to content

Files

Latest commit

aff0bfa · Dec 14, 2024

History

History
This branch is 398 commits ahead of Guo-hk/some-stars:main.

template

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 14, 2024
<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>, <% } %>
  <% } %>
<% } %>