idranme

Results 92 comments of idranme

v4.4.0 已支持使用 `set_friend_category` 设置好友分组,支持使用 `set_friend_remark` 设置好友备注

v4.7.0 已支持使用 `move_group_file` 移动群文件

> 有的,我这过十几分钟就过期 LLOneBot 版本是多少

> 4.7.0 可以尝试最新版本配合发包器使用

上游进度 (May 16, 2024) * https://github.com/evanw/esbuild/issues/104#issuecomment-2113441347

v4.9.1 是否存在该问题?

> //获取群历史消息 function getGroupMsgHistory(userId, groupId, messageSeq = null, count = null) { const host = "http://127.0.0.1:3000"; const data = {"group_id":groupId,"message_seq":messageSeq,"count":count}; const resp = http.post(`${host}/get_group_msg_history`, null, JSON.stringify(data)); const item = resp.text...