llonebot-dist 6.6.8 → 7.0.0
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/default_config.json +12 -0
- package/llonebot.js +18557 -2406
- package/llonebot.js.map +1 -1
- package/package.json +1 -1
- package/webui/assets/index-DH65Wt1j.css +1 -0
- package/webui/assets/index-RAKUvOJF.js +273 -0
- package/webui/index.html +13 -0
- package/webui/logo.jpg +0 -0
- package//344/275/277/347/224/250/350/257/264/346/230/216.txt +0 -7
- package//346/233/264/346/226/260/346/227/245/345/277/227.txt +18 -0
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-RAKUvOJF.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="/assets/index-DH65Wt1j.css">
|
|
9
|
+
</head>
|
|
10
|
+
<body>
|
|
11
|
+
<div id="root"></div>
|
|
12
|
+
</body>
|
|
13
|
+
</html>
|
package/webui/logo.jpg
ADDED
|
Binary file
|
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
V7.0.0
|
|
2
|
+
更新时间 2025-12-08
|
|
3
|
+
|
|
4
|
+
* 支持 Milky 协议
|
|
5
|
+
* Webui 中 OneBot 反向 WS 和 HTTP Post 不再强制要求 token
|
|
6
|
+
* LLBot-Desktop 新增日志设置:开关和保存时长
|
|
7
|
+
|
|
8
|
+
=================
|
|
9
|
+
V6.6.9
|
|
10
|
+
更新时间 2025-12-03
|
|
11
|
+
|
|
12
|
+
* 修复默认配置文件没有正确加载
|
|
13
|
+
* 修复 docker 的 webui 没有正确监听 0.0.0.0
|
|
14
|
+
* 新的 logo
|
|
15
|
+
* 新的客户端 UI
|
|
16
|
+
* release 新增 Linux 版本
|
|
17
|
+
|
|
18
|
+
=================
|
|
1
19
|
V6.6.6
|
|
2
20
|
更新时间 2025-11-25
|
|
3
21
|
|