修改配置项
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user