From aff0bfa9b4fa384ec7b976d5178abe0954bdd5f7 Mon Sep 17 00:00:00 2001 From: guohekui <407330306@qq.com> Date: Sat, 14 Dec 2024 21:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E5=86=85=E5=AE=B9=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/README.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/template/README.ejs b/template/README.ejs index 59c05633..47e19cf1 100644 --- a/template/README.ejs +++ b/template/README.ejs @@ -8,6 +8,7 @@ ## 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) { %>