This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1409/head
zouap
3 years ago
parent
8affe2633f
commit
5a4d8c7f20
4 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
options/locale/locale_zh-CN.ini
+1
-1
templates/base/head_navbar_fluid.tmpl
+1
-1
templates/base/head_navbar_home.tmpl
+1
-1
templates/base/head_navbar_pro.tmpl
+ 1
- 0
options/locale/locale_zh-CN.ini
View File
@@ -2707,6 +2707,7 @@ error.unit_not_allowed=您没有权限访问此项目单元
head.community=启智社区
head.project=项目
head.openi=启智项目
head.openi.repo = 启智项目
head.dataset=数据集
foot.council=理事会
foot.technical_committee=技术委员会
+ 1
- 1
templates/base/head_navbar_fluid.tmpl
View File
@@ -42,7 +42,7 @@
{{if .IsOperator}}
<a class="item" href="{{AppSubUrl}}/explore/data_analysis">{{.i18n.Tr "explore.data_analysis"}}</a>
{{end}}
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a>
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi
.repo
"}}</a>
</div>
</div>
{{else if .IsLandingPageHome}}
+ 1
- 1
templates/base/head_navbar_home.tmpl
View File
@@ -34,7 +34,7 @@
{{if .IsOperator}}
<a class="item" href="{{AppSubUrl}}/explore/data_analysis">{{.i18n.Tr "explore.data_analysis"}}</a>
{{end}}
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a>
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi
.repo
"}}</a>
</div>
</div>
{{else if .IsLandingPageHome}}
+ 1
- 1
templates/base/head_navbar_pro.tmpl
View File
@@ -44,7 +44,7 @@
{{if .IsOperator}}
<a class="item" href="{{AppSubUrl}}/explore/data_analysis">{{.i18n.Tr "explore.data_analysis"}}</a>
{{end}}
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a>
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi
.repo
"}}</a>
</div>
</div>
{{else if .IsLandingPageHome}}
Write
Preview
Loading…
Cancel
Save