✏️ 分离 dyloader

This commit is contained in:
fumiama
2021-10-14 16:26:01 +08:00
parent d2bcd0bc9f
commit cccea70db1
7 changed files with 2 additions and 458 deletions

View File

@@ -48,7 +48,7 @@ import (
_ "github.com/FloatTech/ZeroBot-Plugin/plugin_setutime" // 来份涩图
// 以下为内置依赖,勿动
// _ "github.com/FloatTech/ZeroBot-Plugin/dyloader"
// _ "github.com/FloatTech/ZeroBot-Plugin-Dynamic/dyloader"
"github.com/sirupsen/logrus"
zero "github.com/wdvxdr1123/ZeroBot"
"github.com/wdvxdr1123/ZeroBot/driver"
@@ -57,7 +57,7 @@ import (
var (
contents = []string{
"* OneBot + ZeroBot + Golang",
"* Version 1.1.6 - 2021-10-09 12:50:23 +0800 CST",
"* Version 1.1.7 - 2021-10-09 12:50:23 +0800 CST",
"* Copyright © 2020 - 2021 Kanri, DawnNights, Fumiama, Suika",
"* Project: https://github.com/FloatTech/ZeroBot-Plugin",
}