fix: resolve lint fail (#4335)
parent
1cff0b9753
commit
7b3c9d56be
|
@ -162,14 +162,14 @@ const code = new Set([
|
|||
'*',
|
||||
'+',
|
||||
'.',
|
||||
'[',
|
||||
']',
|
||||
'?',
|
||||
'[',
|
||||
'\\',
|
||||
']',
|
||||
'^',
|
||||
'{',
|
||||
'}',
|
||||
'|',
|
||||
'}',
|
||||
]);
|
||||
|
||||
// 转换函数,用于转义特殊字符
|
||||
|
|
Loading…
Reference in New Issue