This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
Merge branch 'web' of
https://git.openi.org.cn/OpenI/aiforge
into web
tags/v1.21.7^2
avadesian
5 years ago
parent
a713600ff8
0555324e8b
commit
a94f98a346
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.gitignore
+1
-0
templates/base/head_home.tmpl
+ 2
- 1
.gitignore
View File
@@ -96,4 +96,5 @@ prime/
# Make evidence files
/.make_evidence
/templates/home_bak.tmpl
/templates/home_bak.tmpl
/==bak
+ 1
- 0
templates/base/head_home.tmpl
View File
@@ -116,6 +116,7 @@
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/font-awesome/css/font-awesome.min.css">
<link rel="preload" as="font" href="{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/icons.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/outline-icons.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="stylesheet" href="/css/git.openi.css">
{{if .RequireSimpleMDE}}
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/simplemde/simplemde.min.css">
{{end}}
Write
Preview
Loading…
Cancel
Save