@@ -277,6 +277,8 @@ export const ClassroomPage = () => {
} catch (err) {
console.error('解析应答消息失败', err);
}
+ } else if (msg.type === 88888) { // 普通文本消息
+ showMessage(`${msg.sender?.userId || '未知用户'}: ${msg.data}`);
});
};