From 676914cc9d6cd07da95b9a24e1c534238fda77d7 Mon Sep 17 00:00:00 2001 From: caishi Date: Thu, 30 Sep 2021 20:58:28 +0800 Subject: [PATCH 1/2] editor height --- src/forge/Newfile/m_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/Newfile/m_editor.js b/src/forge/Newfile/m_editor.js index de4b8289..d0144254 100644 --- a/src/forge/Newfile/m_editor.js +++ b/src/forge/Newfile/m_editor.js @@ -94,7 +94,7 @@ class m_editor extends Component {
Date: Thu, 30 Sep 2021 21:04:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A4=B4=E5=83=8F=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=EF=BC=8C=E6=B2=A1=E6=9C=89id=E4=B8=8D=E8=83=BD=E8=B7=B3?= =?UTF-8?q?=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 b8d3ef62..d38b48bb 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}