Skip to content

Commit 477ffa8

Browse files
authored
优化qqwife插件,新增猜歌插件 (#283)
* 猜歌插件 * 猜歌插件 * 猜歌插件 * 优化重置花名册指令 * Update main.go * Update main.go * Update main.go * Update main.go * Update main.go * Update main.go * Update main.go * Update main.go * Update main.go * Update main.go * Update main.go * Update main.go * Update README.md
1 parent 84363b1 commit 477ffa8

File tree

4 files changed

+497
-1
lines changed

4 files changed

+497
-1
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,26 @@ print("run[CQ:image,file="+j["img"]+"]")
566566
567567
- [x] >github -p [xxx]
568568
569+
</details>
570+
<details>
571+
<summary>猜歌</summary>
572+
573+
`import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/guessmusic"`
574+
575+
- 猜歌插件(该插件依赖ffmpeg)
576+
577+
- [x] 个人猜歌
578+
579+
- [x] 团队猜歌
580+
581+
- [x] 设置缓存歌库路径 [绝对路径]
582+
583+
- 注:默认歌库为网易云热歌榜
584+
585+
- 1.可在后面添加“-动漫”进行动漫歌猜歌(这个只能猜歌名和歌手)
586+
587+
- 2.可在后面添加“-动漫2”进行动漫歌猜歌(这个可以猜番名,但歌手经常“未知”)
588+
569589
</details>
570590
<details>
571591
<summary>炉石</summary>

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ import (
7878
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/genshin" // 原神抽卡
7979
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/gif" // 制图
8080
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/github" // 搜索GitHub仓库
81+
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/guessmusic" // 猜歌
8182
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/hs" // 炉石
8283
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/hyaku" // 百人一首
8384
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/image_finder" // 关键字搜图

0 commit comments

Comments
 (0)