Skip to content

Commit 64725b3

Browse files
committed
chore: v6.6.6
1 parent 96310e4 commit 64725b3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

doc/更新日志.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
V6.6.5
2+
更新时间 2025-11-25
3+
4+
* 修复登录成功后没有加载配置文件
5+
6+
=================
7+
V6.6.5
28
更新时间 2025-11-18
39

410
* 修复一些 bug

package-dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"llonebot","version":"6.6.5","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}
1+
{"name":"llonebot","version":"6.6.6","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}

src/main/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ async function onLoad() {
141141
getConfigUtil().listenChange(c => {
142142
ctx.parallel('llob/config-updated', c)
143143
})
144+
ctx.parallel('llob/config-updated', config)
144145
loadPluginAfterLogin()
145-
ctx.webuiServer.setConfig(config)
146146
}
147147
}, 1000)
148148

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs'
22
import packageJson from '../package-dist.json'
33

4-
export const version = '6.6.5'
4+
export const version = '6.6.6'
55

66
export const writeVersion = ()=>{
77
const pkgJsonPath = './package-dist.json'

0 commit comments

Comments
 (0)