Skip to content

Commit b46edf5

Browse files
committed
🐛 bug fix
1 parent 02af0c6 commit b46edf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model/option.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ func InitOptionMap() {
2828
common.OptionMap["WebsiteName"] = "Go File"
2929
common.OptionMap["FooterInfo"] = ""
3030
common.OptionMap["Version"] = common.Version
31+
common.OptionMap["Notice"] = ""
3132
options, _ := AllOption()
3233
for _, option := range options {
3334
updateOptionMap(option.Key, option.Value)

0 commit comments

Comments
 (0)