mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-21 22:48:13 +00:00
修正 #敌人等级 无法设置的问题
This commit is contained in:
parent
51d9cda9fe
commit
dee5a1edf5
4
index.js
4
index.js
@ -35,11 +35,11 @@ let rule = {
|
||||
describe: "【#帮助】 #喵喵帮助",
|
||||
},
|
||||
getProfile: {
|
||||
reg: "^#\s*(获取|更新)(游戏|角色)*(详情|详细|面板|面版)\s*$",
|
||||
reg: "^#(获取|更新)(游戏|角色)*(详情|详细|面板|面版)$",
|
||||
describe: "【#角色】 获取游戏橱窗详情数据",
|
||||
},
|
||||
enemyLv: {
|
||||
reg: "^#\s*敌人等级\s*\d{1,3}\s*$",
|
||||
reg: "^#敌人等级\\s*\\d{1,3}\\s*$",
|
||||
describe: "【#角色】 设置伤害计算中目标敌人的等级",
|
||||
},
|
||||
...adminRule
|
||||
|
Loading…
Reference in New Issue
Block a user