Add basic clash api

This commit is contained in:
世界
2022-07-19 22:45:55 +08:00
parent c7fabe40ed
commit c5b3e8b042
36 changed files with 1498 additions and 41 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ func run(cmd *cobra.Command, args []string) {
}
if disableColor {
if options.Log == nil {
options.Log = &option.LogOption{}
options.Log = &option.LogOptions{}
}
options.Log.DisableColor = true
}