From 3b435bb2acb9e075e5d686ccf6f0ea33e7ac388b Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Wed, 5 Jan 2022 15:23:16 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=E9=A1=B9=E7=9B=AE=E6=A0=87=E9=A2=98=E8=A1=8C?= =?UTF-8?q?=E9=AB=98=E5=8F=8A=E7=82=B9=E8=B5=9E=E6=95=B0=E6=8D=AE=E9=97=B4?= =?UTF-8?q?=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/public/css/git.openi.css | 3 ++- public/home/home.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css index 8b2654dd7..341f9e56c 100644 --- a/custom/public/css/git.openi.css +++ b/custom/public/css/git.openi.css @@ -25,6 +25,7 @@ .am-pt-30{ padding-top: 3.0rem !important;} .am-pl-30{ padding-left: 3.0rem !important;} .am-pl-50{ padding-left: 5.0em !important;} +.am-ml-10{ margin-left: 1.0rem !important;} .am-ml-30{ margin-left: 3.0rem !important;} .am-pr-30{ padding-right: 3.0rem !important;} .am-mr-30{ margin-right: 3.0rem !important;} @@ -264,7 +265,7 @@ min-height: 9.38em; } .homepro-list .ui.card>.content>.header{ - line-height: 40px; + line-height: 40px !important; } .homepro-list .swiper-pagination-bullet-active{ diff --git a/public/home/home.js b/public/home/home.js index cb647c43a..39793a29d 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -363,7 +363,7 @@ function displayRepo(json){ html += "
"; html += "
"; html += " "; - html += " " + record["NumStars"] + "" + record["NumForks"]; + html += " " + record["NumStars"] + "" + record["NumForks"]; html += " "; html += " "; html += " " + record["Name"] +""; From f2da0b23f7311cc6cb78f17101667c1aea9080e0 Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Wed, 5 Jan 2022 15:37:09 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=AB=8B=E5=8D=B3=E4=BD=BF=E7=94=A8=E6=8C=89=E9=92=AE=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=88=B0=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/home.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/home.tmpl b/templates/home.tmpl index e4fb58937..d47f2a0ae 100755 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -10,7 +10,7 @@

面向AI领域的一站式协同开发环境,提供集代码开发、数据管理、模型调试、推理和评测为一体的AI开发流水线

- 立即使用 + 立即使用
@@ -137,7 +137,7 @@ 开发者可以根据使用需求,自由选择相应计算资源,可以测试模型在不同硬件环境下的适配能力、性能、稳定性等
如果您的模型需要更多的计算资源,也可以单独申请

- 立即使用 单独申请 + 立即使用 单独申请
From d5b55e42e6d9450662447c74cd56ac9982b46370 Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Wed, 5 Jan 2022 16:08:20 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=E9=A1=B9=E7=9B=AE=E9=93=BE=E6=8E=A5=E9=A2=9C?= =?UTF-8?q?=E8=89=B2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/home/home.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/home/home.js b/public/home/home.js index 39793a29d..807c6a9df 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -428,9 +428,9 @@ function displayOrg(json){ html += "
"; html += "
"; html += " "; - html += "
"; - html += " " + record["Name"] + " " + record["FullName"]; - html += "
" + record["NumRepos"] +" " + getRepoOrOrg(1,isZh) + " ・ " + record["NumMembers"] +" " + getRepoOrOrg(2,isZh) + " ・ " + record["NumTeams"] + " " + getRepoOrOrg(3,isZh) + "
"; + html += "
"; + html += " " + record["Name"] + " " + record["FullName"]; + html += "
" + record["NumRepos"] +" " + getRepoOrOrg(1,isZh) + " ・ " + record["NumMembers"] +" " + getRepoOrOrg(2,isZh) + " ・ " + record["NumTeams"] + " " + getRepoOrOrg(3,isZh) + "
"; html += "
"; html += "
"; html += "
"; From 3982b41f3e2db96d0fd50ba91497c9d2022fd088 Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Wed, 5 Jan 2022 16:34:00 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=8D=A1=E7=89=87=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/public/css/git.openi.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css index 341f9e56c..8ad9f0e22 100644 --- a/custom/public/css/git.openi.css +++ b/custom/public/css/git.openi.css @@ -262,7 +262,7 @@ background-color: #FFF; box-shadow: 0px 5px 10px 0px rgba(105, 192, 255, 30); border: 1px solid rgba(105, 192, 255, 40); - min-height: 9.38em; + min-height: 10.8em; } .homepro-list .ui.card>.content>.header{ line-height: 40px !important;