Skip to content

Commit

Permalink
Merge branch 'FloatTech:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang-Red authored Jun 29, 2022
2 parents 81bdb10 + 15a5b34 commit 10b4064
Show file tree
Hide file tree
Showing 4 changed files with 497 additions and 1 deletion.
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 @@ -83,6 +83,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

0 comments on commit 10b4064

Please sign in to comment.