diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css index 8b2654dd7..8ad9f0e22 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;} @@ -261,10 +262,10 @@ 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; + line-height: 40px !important; } .homepro-list .swiper-pagination-bullet-active{ diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index f624df539..0d7daec97 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -249,6 +249,7 @@ page_dev_yunlao_desc1=The platform has been connected with Pengcheng Cloudbrain page_dev_yunlao_desc2=Pengcheng Cloudbrain's existing AI computing power is 100p FLOPS@FP16 (billions of half precision floating-point calculations per second), the main hardware infrastructure is composed of GPU server equipped with NVIDIA Tesla V100 and Atlas 900 AI cluster equipped with Kunpeng and shengteng processors page_dev_yunlao_desc3=Developers can freely choose the corresponding computing resources according to the use requirements, and can test the adaptability, performance and stability of the model in different hardware environments page_dev_yunlao_desc4=If your model needs more computing resources, you can also apply separately +page_dev_yunlao_apply=Separate apply [explore] repos = Repositories diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 2e69763cf..de21cf572 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -251,6 +251,7 @@ page_dev_yunlao_desc1=平台已经与鹏城云脑打通,可以利用鹏城云 page_dev_yunlao_desc2=鹏城云脑现有AI算力100P FLOPS@FP16(每秒十亿亿次半精度浮点计算),主要硬件基础设施由搭载英伟达Tesla V100 的GPU服务器和搭载鲲鹏、昇腾处理器的Atlas 900 AI集群构成 page_dev_yunlao_desc3=开发者可以根据使用需求,自由选择相应计算资源,可以测试模型在不同硬件环境下的适配能力、性能、稳定性等 page_dev_yunlao_desc4=如果您的模型需要更多的计算资源,也可以单独申请 +page_dev_yunlao_apply=单独申请 [explore] repos=项目 diff --git a/public/home/home.js b/public/home/home.js index cb647c43a..807c6a9df 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"] +""; @@ -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 += "
"; diff --git a/templates/home.tmpl b/templates/home.tmpl index 378d84d5a..90e6c82f5 100755 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -10,7 +10,7 @@

{{.page_description}}

- {{.page_use}} + {{.page_use}}
@@ -137,7 +137,7 @@ {{.page_dev_yunlao_desc3}}
{{.page_dev_yunlao_desc4}}

- {{.page_use}} 单独申请 + {{.page_use}} {{.page_dev_yunlao_apply}}