From e0317d1fe18644dd95abcd37a17a46a9d8f6f0f3 Mon Sep 17 00:00:00 2001 From: fumiama Date: Wed, 26 Jan 2022 11:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index bece30eb..6ca8f92f 100644 --- a/main.go +++ b/main.go @@ -13,9 +13,6 @@ import ( // webctrl "github.com/FloatTech/zbputils/control/web" // web 后端控制 // 词库类 - "github.com/FloatTech/AnimeAPI/imgpool" - "github.com/FloatTech/zbputils/control" - _ "github.com/FloatTech/ZeroBot-Plugin/plugin_ai_reply" // 人工智能回复 _ "github.com/FloatTech/ZeroBot-Plugin/plugin_atri" // ATRI词库 _ "github.com/FloatTech/ZeroBot-Plugin/plugin_chat" // 基础词库 @@ -74,6 +71,8 @@ import ( _ "github.com/FloatTech/ZeroBot-Plugin/plugin_vtb_quotation" // vtb语录 // 以下为内置依赖,勿动 + "github.com/FloatTech/AnimeAPI/imgpool" + "github.com/FloatTech/zbputils/control" "github.com/fumiama/go-registry" "github.com/sirupsen/logrus" zero "github.com/wdvxdr1123/ZeroBot"