llonebot-dist 7.1.0 → 7.1.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/llonebot.js +1 -1
- package/llonebot.js.map +1 -1
- package/package.json +1 -1
- package/webui/assets/index-CO7Tbtyt.css +1 -0
- package/webui/assets/index-D7SfQ8t3.js +308 -0
- package/webui/favicon.ico +0 -0
- package/webui/index.html +13 -0
- package/webui/logo.jpg +0 -0
- package//346/233/264/346/226/260/346/227/245/345/277/227.txt +2 -1
|
Binary file
|
package/webui/index.html
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="zh-CN">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>WebUI</title>
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-D7SfQ8t3.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="/assets/index-CO7Tbtyt.css">
|
|
9
|
+
</head>
|
|
10
|
+
<body>
|
|
11
|
+
<div id="root"></div>
|
|
12
|
+
</body>
|
|
13
|
+
</html>
|
package/webui/logo.jpg
ADDED
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
V7.1.0
|
|
2
|
-
更新时间 2025-12-
|
|
2
|
+
更新时间 2025-12-14
|
|
3
3
|
|
|
4
4
|
* Milky 支持 HTTP SSE
|
|
5
5
|
* Milky 支持 `group_name_change` 事件
|
|
@@ -13,6 +13,7 @@ V7.1.0
|
|
|
13
13
|
* 修复 Milky 协议的设置了 token 后无法启动
|
|
14
14
|
* 修复 Milky 的 `get_history_messages` API 调用时可能报错
|
|
15
15
|
* 修复图片元数据较大时无法发送图片
|
|
16
|
+
* 修复 OneBot API `get_friend_with_category`
|
|
16
17
|
|
|
17
18
|
=================
|
|
18
19
|
V7.0.1
|