✏️ 小修改

This commit is contained in:
Kanri 2021-09-06 15:58:41 +08:00
parent 763b0a0a47
commit aab28717c6
3 changed files with 6 additions and 7 deletions

View File

@ -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...**
## 使用方法

View File

@ -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
}
*/
*/

View File

@ -1,6 +1,7 @@
// TODO: 移动到 manager 搭配自动验证使用
/*package qingyunke
package qingyunke
/*
import (
zero "github.com/wdvxdr1123/ZeroBot"
)
@ -16,4 +17,4 @@ func init() {
}
})
}
*/
*/