Skip to content

优化qqwife插件,新增猜歌插件 #283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jun 29, 2022
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,26 @@ print("run[CQ:image,file="+j["img"]+"]")

- [x] >github -p [xxx]

</details>
<details>
<summary>猜歌</summary>

`import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/guessmusic"`

- 猜歌插件(该插件依赖ffmpeg)

- [x] 个人猜歌

- [x] 团队猜歌

- [x] 设置缓存歌库路径 [绝对路径]

- 注:默认歌库为网易云热歌榜

- 1.可在后面添加“-动漫”进行动漫歌猜歌(这个只能猜歌名和歌手)

- 2.可在后面添加“-动漫2”进行动漫歌猜歌(这个可以猜番名,但歌手经常“未知”)

</details>
<details>
<summary>炉石</summary>
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ import (
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/genshin" // 原神抽卡
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/gif" // 制图
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/github" // 搜索GitHub仓库
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/guessmusic" // 猜歌
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/hs" // 炉石
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/hyaku" // 百人一首
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/image_finder" // 关键字搜图
Expand Down
Loading