fix: broken cn chars

This commit is contained in:
Han Xiao 2025-03-28 19:31:11 +08:00
parent 949c34f14f
commit 15c6b2a080

View File

@ -40,7 +40,6 @@ import {
} from "./utils/text-tools";
import {MAX_QUERIES_PER_STEP, MAX_REFLECT_PER_STEP, MAX_URLS_PER_STEP, Schemas} from "./utils/schemas";
import {formatDateBasedOnType, formatDateRange} from "./utils/date-tools";
import {fixMarkdown} from "./tools/md-fixer";
import {repairUnknownChars} from "./tools/broken-ch-fixer";
async function sleep(ms: number) {