File tree 3 files changed +444
-0
lines changed
3 files changed +444
-0
lines changed Original file line number Diff line number Diff line change @@ -976,6 +976,14 @@ print("run[CQ:image,file="+j["img"]+"]")
976
976
- (机器人回答:您的下一条指令将被记录,在@@every 1m时触发)
977
977
- mc服务器订阅拉取
978
978
</details >
979
+ <details >
980
+ <summary >Movies猫眼电影查询</summary >
981
+
982
+ ` import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/movies" `
983
+
984
+ - [x] 今日电影
985
+ - [x] 预售电影
986
+ </details >
979
987
<details >
980
988
<summary >摸鱼</summary >
981
989
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ import (
110
110
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/mcfish" // 钓鱼模拟器
111
111
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/midicreate" // 简易midi音乐制作
112
112
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/minecraftobserver" // Minecraft服务器监控&订阅
113
+ _ "github.com/FloatTech/ZeroBot-Plugin/plugin/movies" // 电影插件
113
114
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/moyu" // 摸鱼
114
115
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/moyucalendar" // 摸鱼人日历
115
116
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/music" // 点歌
You can’t perform that action at this time.
0 commit comments