From ae12618c0cc93a9e195df15a72758b53547942a4 Mon Sep 17 00:00:00 2001 From: hucong <1422588487@qq.com> Date: Mon, 25 Oct 2021 10:45:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E9=93=BE=E6=8E=A5=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Main/Detail.js | 5 ----- src/forge/Main/IndexItem.js | 2 +- src/forge/Settings/Setting.js | 5 +++++ src/forge/Team/ListItem.jsx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/forge/Main/Detail.js b/src/forge/Main/Detail.js index 06d2fc44..b4d17a81 100644 --- a/src/forge/Main/Detail.js +++ b/src/forge/Main/Detail.js @@ -508,11 +508,6 @@ class Detail extends Component { this.textFunc(projectDetail.forked_from_project_id, projectDetail.fork_info) : "" } - { - projectDetail && projectDetail.type && projectDetail.type !== 0 ? - 导入于 {projectDetail.mirror_url} - : "" - }