feat: support batch langdetect

This commit is contained in:
Gabe
2025-09-27 23:34:27 +08:00
parent 867c2209b1
commit 2437c75d75

View File

@@ -101,7 +101,6 @@ export const apiMicrosoftLangdetect = async (text) => {
if (lang) {
putHttpCachePolyfill(cacheInput, null, lang);
console.log("handleMicrosoftLangdetect", { text, lang });
return lang;
}