Add multiple configuration support

This commit is contained in:
世界
2023-03-18 19:15:28 +08:00
parent d25d4e04b3
commit 5c3da34fab
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
}