🎨 Improve publish
This commit is contained in:
parent
862fd5e993
commit
4473715186
1 changed files with 3 additions and 0 deletions
|
@ -361,6 +361,9 @@ func InitConf() {
|
|||
if nil == Conf.Publish {
|
||||
Conf.Publish = conf.NewPublish()
|
||||
}
|
||||
if Conf.OpenHelp && Conf.Publish.Enable {
|
||||
Conf.OpenHelp = false
|
||||
}
|
||||
|
||||
if nil == Conf.Repo {
|
||||
Conf.Repo = conf.NewRepo()
|
||||
|
|
Loading…
Add table
Reference in a new issue