update:测试页面支持关闭情绪表情功能

This commit is contained in:
3030332422
2026-04-21 11:15:31 +08:00
parent dc2094ea8b
commit 96f0412f94
4 changed files with 29 additions and 6 deletions
@@ -34,7 +34,8 @@ export class WebSocketHandler {
device_mac: config.deviceMac,
token: config.token,
features: {
mcp: true
mcp: true,
emoji: config.emojiEnabled
}
};