From aa5c429500b95fe34fa4a2ca3b92cc67b879f94e Mon Sep 17 00:00:00 2001 From: dexter <178529795@qq.com> Date: Mon, 10 Oct 2022 21:52:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20enable=20not=20enabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 376d1b4..9ca8c77 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,7 @@ func (p *EdgeConfig) OnEvent(event any) { case FirstConfig: if len(p.Origin) < 4 { plugin.Warn("origin config error plugin disabled") - plugin.RawConfig["enabled"] = false + plugin.RawConfig["enable"] = false } else { switch p.Origin[:4] { case "http":