From 36a438a54c478228ff6bac6b5f2151f3c7faa041 Mon Sep 17 00:00:00 2001
From: "sylor_huang@126.com"
Date: Fri, 3 Jul 2020 18:09:47 +0800
Subject: [PATCH 1/2] change icon
---
src/forge/Main/CoderRootCommit.js | 2 +-
src/forge/Main/Detail.js | 13 +++++++------
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/forge/Main/CoderRootCommit.js b/src/forge/Main/CoderRootCommit.js
index 0f086053..3f5144e9 100644
--- a/src/forge/Main/CoderRootCommit.js
+++ b/src/forge/Main/CoderRootCommit.js
@@ -14,7 +14,7 @@ class CoderRootCommit extends Component{
branch:"master",
data:undefined,
dataCount:undefined,
- limit:50,
+ limit:20,
page:1,
isSpin:false
}
diff --git a/src/forge/Main/Detail.js b/src/forge/Main/Detail.js
index c570893a..1463b4ee 100644
--- a/src/forge/Main/Detail.js
+++ b/src/forge/Main/Detail.js
@@ -363,14 +363,15 @@ class Detail extends Component {
: ""
}
{
- projectDetail && checkLogin && projectDetail.type && projectDetail.type !== 0 ?
+ projectDetail && projectDetail.type && projectDetail.type !== 0 ?
projectDetail.type === 2 ?
-
-
+
+
:
-
-
- :""
+
+
+
+ :""
}
From af191c4f760e257275f0390699170a380d8b9eb1 Mon Sep 17 00:00:00 2001
From: "sylor_huang@126.com"
Date: Fri, 3 Jul 2020 18:16:16 +0800
Subject: [PATCH 2/2] change icon
---
src/forge/Main/Detail.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/forge/Main/Detail.js b/src/forge/Main/Detail.js
index 1463b4ee..bda4b9df 100644
--- a/src/forge/Main/Detail.js
+++ b/src/forge/Main/Detail.js
@@ -365,10 +365,10 @@ class Detail extends Component {
{
projectDetail && projectDetail.type && projectDetail.type !== 0 ?
projectDetail.type === 2 ?
-
+
:
-
+
:""