Skip to content

Commit

Permalink
🐛 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Aug 7, 2022
1 parent 02af0c6 commit b46edf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func InitOptionMap() {
common.OptionMap["WebsiteName"] = "Go File"
common.OptionMap["FooterInfo"] = ""
common.OptionMap["Version"] = common.Version
common.OptionMap["Notice"] = ""
options, _ := AllOption()
for _, option := range options {
updateOptionMap(option.Key, option.Value)
Expand Down

0 comments on commit b46edf5

Please sign in to comment.