llonebot-dist 7.11.1 → 7.11.3

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,7 +4,7 @@
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-DzfGsfr3.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-DEXb-chN.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/assets/index-DsGxgscs.css">
9
9
  </head>
10
10
  <body>
@@ -1,30 +1,43 @@
1
+ V7.11.3
2
+ 更新时间 2026-04-09
3
+
4
+ **如果你是在使用7.11.1及以上版本,一定要更新此版本,否则暴露在公网的 LLBot WebUI 有安全风险!**
5
+
6
+ * 修复 WebUI 鉴权失效,导致不需要密码即可访问
7
+
8
+ =================
9
+ V7.11.2
10
+ 更新时间 2026-04-06
11
+
12
+ * OneBot 修复 Content-Type 为 `application/x-www-form-urlencoded` 时无法调用 HTTP API
13
+
14
+ =================
15
+
1
16
  V7.11.1
2
17
  更新时间 2026-04-06
3
18
 
4
19
  * 修复自己发送的合并转发消息无法正确显示
5
20
  * 修复合并转发图片可能上传失败
6
21
 
7
- * OneBot
8
- * 修复获取群文件列表接口无法拿到 `upload_time`
22
+ * OneBot
9
23
  * 当音乐卡片的 `type` 不为 `custom` 时,支持自定义音乐卡片
10
- * OneBot 支持 set_msg_emoji_like 接口通过 set 参数取消表情回应
11
- * OneBot 修复获取群文件列表接口无法拿到 `upload_time`
12
- * OneBot 修复 WebHook 连接方式在响应内容为空时错误触发快速操作
13
- * OneBot 修复 group_msg_emoji_like 事件可能上报错误的消息 ID
14
- * OneBot 修复 get_stranger_info 接口偶现报错
24
+ * 支持 set_msg_emoji_like 接口通过 `set` 参数取消表情回应
25
+ * 修复获取群文件列表接口无法拿到 `upload_time`
26
+ * 修复 WebHook 连接方式在响应内容为空时错误触发快速操作
27
+ * 修复 group_msg_emoji_like 事件可能上报错误的消息 ID
28
+ * 修复 get_stranger_info 接口偶现报错
15
29
 
16
30
  * Milky
17
- * 修复 SSE 端点未生效配置的前缀
18
31
  * 修复获取群文件列表接口无法拿到 `uploaded_time`
19
32
  * 修复合并转发发送可能内容异常
20
33
  * 修复合并转发接收可能未正确上报
21
- * 给 `GroupEntity` 增加了更多元信息
22
34
  * 修复 SSE 端点未生效配置的前缀
23
- * `remark`,表示给群的备注
24
- * `created_time`,表示群创建的时间
25
- * `description`,表示群的简介
26
- * `question`,表示入群问题
27
- * `announcement`,表示群公告预览(通常是该群最近一次的群公告内容节选)
35
+ * `GroupEntity` 增加了更多元信息
36
+ * `remark`,表示给群的备注
37
+ * `created_time`,表示群创建的时间
38
+ * `description`,表示群的简介
39
+ * `question`,表示入群问题
40
+ * `announcement`,表示群公告预览(通常是该群最近一次的群公告内容节选)
28
41
 
29
42
  * WebQQ
30
43
  * 修复群成员列表右键菜单没有管理员相关菜单项