Skip to content

Commit

Permalink
chore(toolbox): 增强符号替换
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Feb 12, 2024
1 parent 10cc0bd commit 92fb473
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ const replaceStrings = [
from: "",
to: "",
},
{
from: " ",
to: "",
},
];
function handleFormalizePunctuation() {
Expand Down

0 comments on commit 92fb473

Please sign in to comment.