llonebot-dist 7.9.0 → 7.9.2

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-DBG768HG.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-q7Fb5oQ_.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/assets/index-CM1j26Ke.css">
9
9
  </head>
10
10
  <body>
@@ -1,3 +1,21 @@
1
+ V7.9.2
2
+ 更新时间 2026-02-23
3
+
4
+ * CLI 支持 `--qq-args` 参数,用于传递额外命令行参数给 QQ,详情见 `llbot --help`
5
+ * Windows CLI 支持自动更改控制台标题为 <nickname>(<qq>)
6
+ * 修复 CLI 自动更新失败
7
+ * WebQQ 修复发送消息后偶现有两条重复消息,有一条一直显示发送中
8
+ * WebQQ 聊天列表显示消息预览
9
+
10
+ =================
11
+
12
+ V7.9.1
13
+ 更新时间 2026-02-21
14
+
15
+ * Milky 给 `group_message_reaction` 事件增加了字段 `reaction_type`,含义与 `send_group_message_reaction` 中的 `reaction_type` 参数相同
16
+
17
+
18
+ =================
1
19
  V7.9.0
2
20
  更新时间 2026-02-18
3
21