From 9b605656595ff78692a5e526edbbb5a218e7ee6a Mon Sep 17 00:00:00 2001 From: wuzhennnnnn <155030919+wuzhennnnnn@users.noreply.github.com> Date: Thu, 28 Dec 2023 15:13:31 +0800 Subject: [PATCH] Update main.go --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 29afe0da7c..12defefe44 100644 --- a/main.go +++ b/main.go @@ -258,8 +258,8 @@ func init() { } // 通过代码写死的方式添加主人账号 - // sus = append(sus, 12345678) - // sus = append(sus, 87654321) + // sus = append(sus,1344185237) + // sus = append(sus,1344185237) // 启用 webui // go webctrl.RunGui(*g)