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.
@@ -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,11 +1,4 @@
1
- 注意:请使用原版 QQ,不要安装任何插件,否则依然有掉线风险!如果安装过 LiteloaderQQNT 请删除干净 QQ 安装目录!
2
-
3
1
  官网 https://llonebot.com
4
2
  GitHub: https://github.com/LLOneBot/LLOneBot
5
3
  QQ Group: https://qm.qq.com/q/NsbdKiQ3eg
6
4
 
7
- 使用方法:
8
-
9
- 双击 llonebot.exe 后会启动 QQ,登录 QQ 后
10
- 点击配置按钮会打开 webui,可进行配置
11
-
@@ -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