Add files via upload

This commit is contained in:
公明
2026-05-29 10:54:39 +08:00
committed by GitHub
parent 5c795439ee
commit 2b38595b42
2 changed files with 81 additions and 8 deletions
+2
View File
@@ -995,6 +995,8 @@ async function sendMessage() {
}
}
}
// Flush decoder internal buffer to avoid losing the final partial UTF-8 code point.
buffer += decoder.decode();
// 处理剩余的buffer
if (buffer.trim()) {