瀏覽代碼

feat: add another space char

Sv443 2 年之前
父節點
當前提交
6336d2df7d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/constants.ts

+ 1 - 1
src/constants.ts

@@ -7,5 +7,5 @@ export const charReplacements = new Map<string, string>([
     ["“”", "\""],
     [",", ","],
     ["—─ ", "-"],
-    ["    ", " "],
+    ["     ", " "],
 ]);