diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css index 052e4c94d..9317560eb 100644 --- a/custom/public/css/git.openi.css +++ b/custom/public/css/git.openi.css @@ -117,16 +117,16 @@ border-left: 2px solid #505559; border-bottom: 2px solid #505559; border-radius: 0 0 0 2.0rem; - width: 17.5rem; + width: 2.0rem; } .leftline02{ position: absolute; - left: 20.5rem; + left: 5rem; top: calc(-5.0rem - 2px); border-top: 2px solid #505559; border-right: 2px solid #505559; border-radius: 0 2.0rem 0 0; - width: 2.0rem; + width: 17.5rem; height: 6.0rem; } diff --git a/custom/public/img/develop.svg b/custom/public/img/develop.svg index 954f054af..fb8412dda 100644 --- a/custom/public/img/develop.svg +++ b/custom/public/img/develop.svg @@ -1,282 +1,711 @@ - - - - 编组 8备份 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + +Created with Sketch. + + + + + + + + + + + + + + + + + + + + +用户登录 + + + 创建项目 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 模型代码 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 上传数据 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 创建任务 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 调试环境 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +推送 + + + 模型库 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +模型存储 + + + 推理环境 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +模型推理 + + + + + + + + + + + + + + + + +迭代-调试代码 +迭代-修正数据 +创建 + + + + + + + + + + + + +模型开发与训练 + + + + + + + + + + + + + + + + +模型推理 + diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 3488bc8dc..7d632ea14 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -157,7 +157,11 @@

简介

- {{if .Repository.DescriptionHTML}}{{.Repository.DescriptionHTML}}{{else if .IsRepositoryAdmin}}{{.i18n.Tr "repo.no_desc"}}{{end}} + {{if .Repository.DescriptionHTML}} + {{.Repository.DescriptionHTML}} + {{else}} + {{.i18n.Tr "repo.no_desc"}} + {{end}} {{.Repository.Website}}

@@ -187,7 +191,7 @@

- 贡献者 + 贡献者 ({{len .ContributorInfo}})