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
Update deps
tags/v1.2.0-rc1
Unknwon
11 years ago
parent
676bd764fa
commit
36661f53e6
4 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/setting/setting_memcache.go
+2
-2
modules/setting/setting_redis.go
+1
-0
public/ng/css/gogs.css
+1
-0
public/ng/less/gogs/base.less
+ 1
- 1
modules/setting/setting_memcache.go
View File
@@ -7,7 +7,7 @@
package setting
import (
_ "github.com/
gogits
/cache/memcache"
_ "github.com/
macaron-contrib
/cache/memcache"
)
func init() {
+ 2
- 2
modules/setting/setting_redis.go
View File
@@ -7,8 +7,8 @@
package setting
import (
_ "github.com/
gogits
/cache/redis"
_ "github.com/
gogits
/session/redis"
_ "github.com/
macaron-contrib
/cache/redis"
_ "github.com/
macaron-contrib
/session/redis"
)
func init() {
+ 1
- 0
public/ng/css/gogs.css
View File
@@ -1,6 +1,7 @@
html,
body {
height: 100%;
overflow-y: scroll;
}
.octicon,
.fa {
+ 1
- 0
public/ng/less/gogs/base.less
View File
@@ -11,6 +11,7 @@
html,
body {
height: 100%;
overflow-y: scroll;
}
.octicon,
.fa {
Write
Preview
Loading…
Cancel
Save