llonebot-dist 7.12.2 → 7.12.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/llbot.js +942 -173
- package/llbot.js.map +1 -1
- package/package.json +1 -1
- package/webui/assets/{index-CW4srXaj.css → index-BvJQpqZQ.css} +1 -1
- package/webui/assets/{index-B0ADks6f.js → index-XoTA3kAm.js} +4 -4
- package/webui/index.html +2 -2
- package//346/233/264/346/226/260/346/227/245/345/277/227.txt +11 -0
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-
|
|
8
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-XoTA3kAm.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="/assets/index-BvJQpqZQ.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
|
11
11
|
<div id="root"></div>
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
V7.12.3
|
|
2
|
+
更新时间 2026-04-24
|
|
3
|
+
|
|
4
|
+
* OneBot 支持伪造合并转发发送 `at` 消息段
|
|
5
|
+
* OneBot 支持设置输入状态 `set_input_status` API
|
|
6
|
+
* OneBot 支持获取群相册媒体列表 `get_group_album_media_list` API
|
|
7
|
+
* OneBot 新增获取消息 `get_msg` API 返回的 `status` 字段
|
|
8
|
+
* OneBot 修复 get_group_shut_list 获取不到被禁言群员时超时报错
|
|
9
|
+
* Milky 修复视频链接可能获取失败
|
|
10
|
+
|
|
11
|
+
=================
|
|
1
12
|
V7.12.2
|
|
2
13
|
更新时间 2026-04-18
|
|
3
14
|
|