feat: support file and image upload in web console, add office docs parsing in read tool

This commit is contained in:
zhayujie
2026-03-17 21:21:03 +08:00
parent 5e42996b36
commit 30c6d9b5ae
8 changed files with 506 additions and 38 deletions

View File

@@ -299,7 +299,7 @@ class QQChannel(ChatChannel):
self._send_identify()
elif op == OP_HEARTBEAT_ACK:
logger.debug("[QQ] Heartbeat ACK received")
pass
elif op == OP_HEARTBEAT:
self._ws_send({"op": OP_HEARTBEAT, "d": self._last_seq})