feat:添加铅笔小说搜索插件 (#89)

* feat:添加铅笔小说搜索插件

* fix:小修改help

* fix:微调语句

* fix:替换编码库

* fix:不修改go.sum
This commit is contained in:
himawari
2021-12-19 16:05:29 +08:00
committed by GitHub
parent 5ff9069ff2
commit fd85ce0923
5 changed files with 222 additions and 1 deletions

2
go.mod
View File

@@ -6,6 +6,7 @@ require (
github.com/FloatTech/AnimeAPI v1.1.11
github.com/FloatTech/ZeroBot-Plugin-Gif v0.2.4
github.com/FloatTech/bot-manager v1.0.1-0.20211112011524-85b9895271ed
github.com/antchfx/htmlquery v1.2.3
github.com/corona10/goimagehash v1.0.3
github.com/fogleman/gg v1.3.0
github.com/fumiama/cron v1.3.0
@@ -24,4 +25,5 @@ require (
github.com/tidwall/gjson v1.12.1
github.com/wdvxdr1123/ZeroBot v1.4.1
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/text v0.3.6
)