Skip to content

Commit

Permalink
fix: resolve lint fail (#4335)
Browse files Browse the repository at this point in the history
  • Loading branch information
likui628 authored Sep 7, 2024
1 parent 1cff0b9 commit 7b3c9d5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ const code = new Set([
'*',
'+',
'.',
'[',
']',
'?',
'[',
'\\',
']',
'^',
'{',
'}',
'|',
'}',
]);
// 转换函数,用于转义特殊字符
Expand Down

0 comments on commit 7b3c9d5

Please sign in to comment.