修改配置项

This commit is contained in:
2026-04-11 15:53:39 +08:00
parent 07fdcb7950
commit 9d6eecec00
3 changed files with 26 additions and 25 deletions

View File

@@ -73,7 +73,6 @@ export function handleChatMessage(data) {
addMessage(data);
const isImage = data.content && data.content.startsWith('data:image/');
const messageType = isImage ? 'file' : 'text';
// 显示通知
if (!data.isSelf) {