From 437253e2ebdec815b1a4ed7955e731056ae9cd26 Mon Sep 17 00:00:00 2001 From: caishi Date: Thu, 30 Sep 2021 21:04:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E5=83=8F=E8=B7=B3=E8=BD=AC=EF=BC=8C?= =?UTF-8?q?=E6=B2=A1=E6=9C=89id=E4=B8=8D=E8=83=BD=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Main/tree/Index.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/forge/Main/tree/Index.jsx b/src/forge/Main/tree/Index.jsx index b8d3ef625..d38b48bb2 100644 --- a/src/forge/Main/tree/Index.jsx +++ b/src/forge/Main/tree/Index.jsx @@ -64,9 +64,12 @@ function Index(props) { {i.name}
{ - - + last_commit && last_commit.committer && last_commit.committer.id? + + + : + } {last_commit && last_commit.committer && last_commit.committer.name} 更新于{last_commit && last_commit.time_from_now}