This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
fix
#2223
tags/v1.2.0-rc1
Unknwon
9 years ago
parent
ae4bcfa2e0
commit
58332bc908
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+1
-1
gogs.go
+1
-1
routers/user/home.go
+1
-1
templates/.VERSION
+ 1
- 1
README.md
View File
@@ -3,7 +3,7 @@ Gogs - Go Git Service [
##### Current version: 0.8.
9
##### Current version: 0.8.
10
| Web | UI | Preview |
|:-------------:|:-------:|:-------:|
+ 1
- 1
gogs.go
View File
@@ -18,7 +18,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.8.
9
.1217"
const APP_VER = "0.8.
10
.1217"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
+ 1
- 1
routers/user/home.go
View File
@@ -132,7 +132,7 @@ func Dashboard(ctx *middleware.Context) {
ctx.Data["MirrorCount"] = len(mirrors)
ctx.Data["Mirrors"] = mirrors
retrieveFeeds(ctx, ctx
.
User.Id, 0, false)
retrieveFeeds(ctx, ctxUser.Id, 0, false)
if ctx.Written() {
return
}
+ 1
- 1
templates/.VERSION
View File
@@ -1 +1 @@
0.8.
9
.1217
0.8.
10
.1217
Write
Preview
Loading…
Cancel
Save