Fix simple word spelling errors.

This commit is contained in:
戒酒的李白
2025-09-10 17:12:43 +08:00
parent 05a0eeb323
commit 860cdb2f25
6 changed files with 68 additions and 68 deletions
+1 -1
View File
@@ -1701,7 +1701,7 @@
// 只处理三个Engine的消息,过滤掉系统消息和空内容
if (!['QUERY', 'INSIGHT', 'MEDIA'].includes(source.toUpperCase()) ||
!content || content.includes('=== ForumEgine')) {
!content || content.includes('=== ForumEngine')) {
return null;
}