From 3c5652dbbadb64408190c16b67c8709b149f5340 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 13:34:43 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index 60b7911a9a..50d96eba15 100644 --- a/main.go +++ b/main.go @@ -187,8 +187,9 @@ import ( _ "github.com/FloatTech/ZeroBot-Plugin/plugin/cloudmusic" // 网易云热评 _ "github.com/FloatTech/ZeroBot-Plugin/plugin/dice" // 骰子 _ "github.com/FloatTech/ZeroBot-Plugin/plugin/managerplugin" // 自定义群管插件 - //_ "github.com/FloatTech/ZeroBot-Plugin/plugin/moehu" // 图库 - _ "github.com/FloatTech/ZeroBot-Plugin/plugin/phigros" // phigros b19 + + // _ "github.com/FloatTech/ZeroBot-Plugin/plugin/moehu" // 图库 + _ "github.com/FloatTech/ZeroBot-Plugin/plugin/phigros" // phigros b19 _ "github.com/FloatTech/ZeroBot-Plugin/plugin/antirepeat" // 限制复读 @@ -269,8 +270,8 @@ func init() { } // 通过代码写死的方式添加主人账号 - sus = append(sus, 3012297229) - sus = append(sus, 358595315) + sus = append(sus, 3012297229) + sus = append(sus, 358595315) // 启用 webui // go webctrl.RunGui(*g)