mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-23 03:20:52 +08:00
后续指令统一#触发
This commit is contained in:
parent
7349aa021d
commit
caeb9ef990
6
index.js
6
index.js
@ -31,15 +31,15 @@ let rule = {
|
||||
describe: "武器图鉴【匹配规则】", //【命令】功能说明
|
||||
},
|
||||
foodInfo:{
|
||||
reg: "#*食物(.*)$", //匹配消息正则,命令正则
|
||||
reg: "#食物(.*)$", //匹配消息正则,命令正则
|
||||
describe: "食物图鉴", //【命令】功能说明
|
||||
},
|
||||
RelicsInfo:{
|
||||
reg: "#*圣遗物(.*)$", //匹配消息正则,命令正则
|
||||
reg: "#圣遗物(.*)$", //匹配消息正则,命令正则
|
||||
describe: "圣遗物图鉴", //【命令】功能说明
|
||||
},
|
||||
monsterInfo:{
|
||||
reg: "#*原魔(.*)$", //匹配消息正则,命令正则
|
||||
reg: "#原魔(.*)$", //匹配消息正则,命令正则
|
||||
describe: "原魔图鉴", //【命令】功能说明
|
||||
},
|
||||
...adminRule
|
||||
|
Loading…
Reference in New Issue
Block a user