From 02bc80a29164850e77f7837af4dffe56c9daaf74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:44:34 +0000 Subject: [PATCH] =?UTF-8?q?chore(lint):=20=E6=94=B9=E8=BF=9B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 995b93abe6..dc3513197e 100644 --- a/main.go +++ b/main.go @@ -258,8 +258,8 @@ func init() { } // 通过代码写死的方式添加主人账号 - sus = append(sus, 3436659815) - sus = append(sus, 3662352747) + sus = append(sus, 3436659815) + sus = append(sus, 3662352747) // 启用 webui // go webctrl.RunGui(*g)