mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 17:43:55 +08:00
update:测试页面支持关闭情绪表情功能
This commit is contained in:
@@ -34,7 +34,8 @@ export class WebSocketHandler {
|
||||
device_mac: config.deviceMac,
|
||||
token: config.token,
|
||||
features: {
|
||||
mcp: true
|
||||
mcp: true,
|
||||
emoji: config.emojiEnabled
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user