llonebot-dist 7.11.2 → 7.11.4

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-BkP41fNe.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-CIxcRDVu.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/assets/index-DsGxgscs.css">
9
9
  </head>
10
10
  <body>
@@ -1,3 +1,21 @@
1
+ V7.11.4
2
+ 更新时间 2026-04-09
3
+
4
+ * 修复 WebUI 在设置密码后一直弹出设置密码的窗口
5
+
6
+ =================
7
+ V7.11.3
8
+ 更新时间 2026-04-09
9
+
10
+ **如果你是在使用7.11.1及以上版本,一定要更新此版本,否则暴露在公网的 LLBot WebUI 有安全风险!**
11
+
12
+ * 修复 WebUI 鉴权失效,导致不需要密码即可访问
13
+ * 修复引用消息偶现获取失败
14
+ * OneBot 兼容 HTTP Server 的 POST 请求体为空的情况
15
+ * OneBot 支持 send_poke 接口
16
+ * OneBot 支持 friend_poke 接口的 `target_id` 参数
17
+
18
+ =================
1
19
  V7.11.2
2
20
  更新时间 2026-04-06
3
21