updated 表达式错误修复

This commit is contained in:
PASSER-BY 2022-11-16 18:17:04 +08:00
parent bfebad6ef4
commit f4c1fc2ec1
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -25,7 +25,7 @@ export default [
{
exp:/^(\S+?)(应该|得)?管(\S+?)叫(什么|啥)?$/,
opt:match=>({
text:match[2],
text:match[3],
target:match[1]
})
},