Add multiple configuration support

This commit is contained in:
世界
2023-03-18 19:15:28 +08:00
parent e0d9f79445
commit c7f89ad88e
10 changed files with 264 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ func init() {
}
func check() error {
options, err := readConfig()
options, err := readConfigAndMerge()
if err != nil {
return err
}