Skip to content

Commit

Permalink
更新天凤支持,限制雀魂抽卡次数;
Browse files Browse the repository at this point in the history
增加大量权限控制;
更改包的引用,减少命名空间占用;
更新配置文件
  • Loading branch information
NekoRabi authored Mar 22, 2022
1 parent c006416 commit 532cfb0
Show file tree
Hide file tree
Showing 9 changed files with 531 additions and 163 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ up: # up的物品池,如果十连参数为 限时,up列表的装扮和人物
# 功能

- 雀魂相关功能,如模拟抽卡,查询玩家信息,定时播报玩家最近战绩
- 天凤对局播报
- 入群欢迎
- 摸头、互亲、举牌、色图等图片相关功能
- 自定义回复
Expand All @@ -227,10 +228,10 @@ up: # up的物品池,如果十连参数为 限时,up列表的装扮和人物

[ ] 增加何切支持

[?] 增加对天凤的支持

[ ] `要在自动查询牌谱时仍然能够对外相应`
[] 增加对天凤的支持

[ ] `改用异步爬虫`

[ ] 更多更多的功能

[?] 将所有功能都写进配置文件,提供高度自定义
Expand All @@ -242,6 +243,8 @@ up: # up的物品池,如果十连参数为 限时,up列表的装扮和人物
# 联系方式
QQ:1215791340 验证消息: 可爱的拉克丝

群聊: 586468489

欢迎提交 需求、BUG、问题,也可以找我询问项目相关的问题

# 开源协议
Expand Down
22 changes: 22 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,20 @@ botconfig:
botname: '' # 机器人名字
qq: 123456 # 机器人QQ
commandpre: '' # 指令前缀
master: 0 # 机器人主人

mutegrouplist:
- 0
searchfrequency: 6 # 查询频率,建议为 6
settings: # 各项开关
autogetpaipu: true # 自动获取雀魂牌谱
autowelcome: true # 自动欢迎新人
nudgereply: true # 摸头事件
r18talk: true # 开启管理员词库
setu: false # 色图
silence: false # 全局沉默
norepeat: false # 全局自动回复

repeatconfig: # 回复、打断相关,要求值从上到下排序为从大到小,值为 百分数
repeatQ: 20 # 复读问号 的概率
repeatmsg: 1 # 复读的概率
Expand All @@ -32,3 +37,20 @@ welcomeinfo: # 新人入群欢迎词,%ps%为新人名字,%gn%为群聊名
- 欢迎%ps%加入%gn%
whitelist:
- 0 # 白名单

# 雀魂指令控制
qhsettings: # 是否启用
qhpt: true
qhinfo: true
qhsl: true
qhyb: true
disptgroup: # 在某群禁用 qhpt
- 0

# 在某群禁用 摸头事件
disnudgegroup:
- 0

# 在某群关闭自动回复
norepeatgroup:
- 0
Loading

0 comments on commit 532cfb0

Please sign in to comment.