diff --git a/src/forge/Main/Detail.js b/src/forge/Main/Detail.js
index 96b14b17..66822ddb 100644
--- a/src/forge/Main/Detail.js
+++ b/src/forge/Main/Detail.js
@@ -509,11 +509,6 @@ class Detail extends Component {
this.textFunc(projectDetail.forked_from_project_id, projectDetail.fork_info)
: ""
}
- {
- projectDetail && projectDetail.type && projectDetail.type !== 0 ?
- 导入于 {projectDetail.mirror_url}
- : ""
- }
diff --git a/src/forge/Main/IndexItem.js b/src/forge/Main/IndexItem.js
index 0cba9123..4ddd7633 100644
--- a/src/forge/Main/IndexItem.js
+++ b/src/forge/Main/IndexItem.js
@@ -52,12 +52,6 @@ class IndexItem extends Component {
:""
}
- {
- item.type && item.type === 1 ?
-
-
- :""
- }
{
diff --git a/src/forge/Settings/Setting.js b/src/forge/Settings/Setting.js
index deccb3da..86383fc7 100644
--- a/src/forge/Settings/Setting.js
+++ b/src/forge/Settings/Setting.js
@@ -267,6 +267,11 @@ class Setting extends Component {
},
],
})()}
+ {
+ projectDetail && projectDetail.type && projectDetail.type !== 0 ?
+ 该项目导入于 {projectDetail.mirror_url}
+ : ""
+ }
可见性
diff --git a/src/forge/Team/ListItem.jsx b/src/forge/Team/ListItem.jsx
index a908f80b..ab9d64f2 100644
--- a/src/forge/Team/ListItem.jsx
+++ b/src/forge/Team/ListItem.jsx
@@ -10,14 +10,10 @@ function ListItem({item,key,OIdentifier}) {
{item.name}
{ item.forked_from_project_id && }
{
- item.type && item.type !== 0 ?
- item.type === 2 ?
+ item.type && item.type === 2 ?
- :
-
-
- :""
+ :""
}