Skip to content

Commit

Permalink
✏️ 小修改
Browse files Browse the repository at this point in the history
  • Loading branch information
kanrichan committed Sep 6, 2021
1 parent 763b0a0 commit aab2871
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...**

## 使用方法
Expand Down
5 changes: 3 additions & 2 deletions plugin_qingyunke/picture.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// TODO: 待优化
/*package qingyunke
package qingyunke

/*
import (
"fmt"
"io/ioutil"
Expand Down Expand Up @@ -56,4 +57,4 @@ func GetPageStr(url string) (pageStr string) {
pageStr = string(pageBytes)
return pageStr
}
*/
*/
5 changes: 3 additions & 2 deletions plugin_qingyunke/request.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// TODO: 移动到 manager 搭配自动验证使用
/*package qingyunke
package qingyunke

/*
import (
zero "github.com/wdvxdr1123/ZeroBot"
)
Expand All @@ -16,4 +17,4 @@ func init() {
}
})
}
*/
*/

0 comments on commit aab2871

Please sign in to comment.