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}