Skip to content

Commit

Permalink
chore(toolbox): 增加替换规则
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed May 3, 2024
1 parent 2f8a7d1 commit 00a63e5
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,14 @@ const replaceStrings = [
from: "...",
to: "",
},
{
from: "momotalk",
to: "MomoTalk",
},
{
from: "momo talk",
to: "MomoTalk",
},
];
function handleFormalizePunctuation() {
Expand Down

0 comments on commit 00a63e5

Please sign in to comment.