mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-25 09:27:34 +00:00
为一些命令reg增加额外判断,防止误触
This commit is contained in:
parent
48e1588af8
commit
59329e1b74
8
index.js
8
index.js
@ -41,15 +41,15 @@ let rule = {
|
|||||||
describe: "【#角色】角色详情",
|
describe: "【#角色】角色详情",
|
||||||
},
|
},
|
||||||
getArtis: {
|
getArtis: {
|
||||||
reg: "#圣遗物列表",
|
reg: "^#圣遗物列表$",
|
||||||
describe: "【#角色】圣遗物列表",
|
describe: "【#角色】圣遗物列表",
|
||||||
},
|
},
|
||||||
getProfileAll: {
|
getProfileAll: {
|
||||||
reg: "#(面板角色|角色面板)列表",
|
reg: "^#(面板角色|角色面板)列表$",
|
||||||
describe: "【#角色】查看当前已获取面板数据的角色列表",
|
describe: "【#角色】查看当前已获取面板数据的角色列表",
|
||||||
},
|
},
|
||||||
profileHelp: {
|
profileHelp: {
|
||||||
reg: "#角色面板帮助",
|
reg: "^#角色面板帮助$",
|
||||||
describe: "【#角色】查看当前已获取面板数据的角色列表",
|
describe: "【#角色】查看当前已获取面板数据的角色列表",
|
||||||
},
|
},
|
||||||
wife: {
|
wife: {
|
||||||
@ -81,7 +81,7 @@ let rule = {
|
|||||||
describe: "【#角色】 设置伤害计算中目标敌人的等级",
|
describe: "【#角色】 设置伤害计算中目标敌人的等级",
|
||||||
},
|
},
|
||||||
versionInfo: {
|
versionInfo: {
|
||||||
reg: "#喵喵版本",
|
reg: "^#喵喵版本$",
|
||||||
describe: "【#帮助】 喵喵版本介绍",
|
describe: "【#帮助】 喵喵版本介绍",
|
||||||
},
|
},
|
||||||
...adminRule
|
...adminRule
|
||||||
|
Loading…
Reference in New Issue
Block a user