dashboard v0.13.20 Login with Gitlab、Jihulab

This commit is contained in:
naiba
2022-05-26 20:00:20 +08:00
parent 4567ae3024
commit e5c507f4e8
8 changed files with 120 additions and 33 deletions

View File

@@ -25,8 +25,10 @@ var Themes = map[string]string{
}
const (
ConfigTypeGitHub = "github"
ConfigTypeGitee = "gitee"
ConfigTypeGitHub = "github"
ConfigTypeGitee = "gitee"
ConfigTypeGitlab = "gitlab"
ConfigTypeJihulab = "jihulab"
)
const (