mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 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
Add a link
Reference in a new issue