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 +*/