From aab28717c6a19e3f7319440bcd9caee3b8d65c5c Mon Sep 17 00:00:00 2001 From: Kanri Date: Mon, 6 Sep 2021 15:58:41 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E5=B0=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 --- plugin_qingyunke/picture.go | 5 +++-- plugin_qingyunke/request.go | 5 +++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5678896a..3c3957f1 100644 --- a/README.md +++ b/README.md @@ -120,11 +120,8 @@ - 注:更多搜卡指令参数:https://hs.fbigame.com/misc/searchhelp - **青云客** `import _ "github.com/FloatTech/ZeroBot-Plugin/plugin_qingyunke"` - [x] @Bot 任意文本(任意一句话回复) - - [x] /daily(群定时发早晚安) - - [x] @Bot 任意图片|任意表情(用图片回复图片表情) - [x] 关闭自动回复 - [x] 启动自动回复 - - [x] (同意加群和加好友请求) - **TODO...** ## 使用方法 diff --git a/plugin_qingyunke/picture.go b/plugin_qingyunke/picture.go index cc507d38..cea7a6d0 100644 --- a/plugin_qingyunke/picture.go +++ b/plugin_qingyunke/picture.go @@ -1,6 +1,7 @@ // TODO: 待优化 -/*package qingyunke +package qingyunke +/* import ( "fmt" "io/ioutil" @@ -56,4 +57,4 @@ func GetPageStr(url string) (pageStr string) { pageStr = string(pageBytes) return pageStr } -*/ \ No newline at end of file +*/ diff --git a/plugin_qingyunke/request.go b/plugin_qingyunke/request.go index 09e48fa0..34c1c4d9 100644 --- a/plugin_qingyunke/request.go +++ b/plugin_qingyunke/request.go @@ -1,6 +1,7 @@ // TODO: 移动到 manager 搭配自动验证使用 -/*package qingyunke +package qingyunke +/* import ( zero "github.com/wdvxdr1123/ZeroBot" ) @@ -16,4 +17,4 @@ func init() { } }) } -*/ \ No newline at end of file +*/