Skip to content
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

Beta463 #465

Merged
merged 18 commits into from
Jul 15, 2024
Prev Previous commit
Next Next commit
beta451
  • Loading branch information
Hoshinonyaruko committed Jul 4, 2024
commit 7a9b56a5bab382951fef7c823e68b77e64d40cbe
2 changes: 1 addition & 1 deletion template/config_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ settings:
global_group_msg_rre_to_message : false # 是否将用户开关机器人资料页的机器人推送开关 产生的事件转换为文本信息并发送给应用端.false将使用onebotv11的notice类型上报.
global_group_msg_reject_message : "机器人主动消息被关闭" # 当开启 global_group_msg_rre_to_message 时,机器人主动信息被关闭将上报的信息. 自行添加intent - GroupMsgRejectHandler
global_group_msg_receive_message : "机器人主动消息被开启" # 建议设置为无规则复杂随机内容,避免用户指令内容碰撞. 自行添加 intent - GroupMsgReceiveHandler
hash_id : false # 使用hash来进行idmaps转换,可以让user_id不是123开始的递增值
hash_id : true # 使用hash来进行idmaps转换,可以让user_id不是123开始的递增值
idmap_pro : false # 需开启hash_id配合,高级id转换增强,可以多个真实值bind到同一个虚拟值,对于每个用户,每个群\私聊\判断私聊\频道,都会产生新的虚拟值,但可以多次bind,bind到同一个数字.数据库负担会变大.

#Gensokyo互联类
Expand Down
Loading