Skip to content

Commit

Permalink
清理模式提示
Browse files Browse the repository at this point in the history
  • Loading branch information
joyanhui committed Feb 1, 2024
1 parent 95768e3 commit a325477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ func main() {
case "clean":
log.Println("清理模式")
if *cleanTag == "cleanAll" {
log.Println("清理所有规则")
log.Println("清理所有备注中包含", "IKUAI_BYPASS", "的规则")
} else {
log.Println("清理规则名称", *cleanTag)
log.Println("清理规则备注为:", *cleanTag, "的规则")
}
clean()
return
Expand Down

0 comments on commit a325477

Please sign in to comment.