llonebot-dist 7.9.3 → 7.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/webui/index.html CHANGED
@@ -4,8 +4,8 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>WebUI</title>
7
- <script type="module" crossorigin src="/assets/index-8ZzieuAA.js"></script>
8
- <link rel="stylesheet" crossorigin href="/assets/index-CM1j26Ke.css">
7
+ <script type="module" crossorigin src="/assets/index-C6-XWc_f.js"></script>
8
+ <link rel="stylesheet" crossorigin href="/assets/index-BxbwtclT.css">
9
9
  </head>
10
10
  <body>
11
11
  <div id="root"></div>
@@ -1,3 +1,29 @@
1
+ V7.10.1
2
+ 更新时间 2026-03-10
3
+
4
+ * 修复视频可能发送失败
5
+ * 修复发送图片可能失败
6
+ * OneBot 增加 `rename_group_file` 接口
7
+ * OneBot 邀请登录号入群事件增加 `source_group_id` 字段,表示邀请的来源 QQ 群群号(如果是通过 QQ 群邀请)
8
+ * Milky 修复引用消息时可能会有空 At
9
+ * Milky 他人邀请自身入群事件增加 `source_group_id` 字段,表示邀请的来源 QQ 群群号(如果是通过 QQ 群邀请)
10
+ * CLI 修复掉线后没有结束相关进程
11
+
12
+ =================
13
+ V7.10.0
14
+ 更新时间 2026-03-01
15
+
16
+ * 修复 Desktop 版本在一些机器上无法运行弹出快速检测失败
17
+ * WebUI 修复手机访问时背景小球鬼畜,以及一些 UI 适配问题
18
+ * WebQQ 修复贴表情
19
+ * Milky 修复 `get_message` API 获取到的私聊消息不正确
20
+ * Satori 修改 `friend.list` API 返回类型
21
+ * Satori 新增 `friend.delete` API
22
+ * Satori 所有 reaction 相关 API 的 `emoji` 参数均更名为 `emoji_id`
23
+ * Satori 群成员信息增加 `roles` 字段,表示成员的角色列表
24
+ * OneBot 好友请求事件增加 `via` 字段,表示申请来源
25
+
26
+ =================
1
27
  V7.9.3
2
28
  更新时间 2026-02-24
3
29