Skip to content

Commit

Permalink
Update manager.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengke15 authored Feb 19, 2024
1 parent 070a292 commit e42591c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ func generateDefaultConfig() {
ContactName: "官方QQ售后群",
ContactLink: "666259678",
},
Lists: map[string]set.StringSet{
//"test": {"foo", "bar"},
},
}
newConfig, _ := json.MarshalIndent(Config, "", " ")
_, err = file.WriteString(strings.ReplaceAll(string(newConfig), "\n", "\r\n"))
Expand Down

0 comments on commit e42591c

Please sign in to comment.