Skip to content

Commit 1ef3053

Browse files
committed
chore: Bump version to 7.9.2
1 parent 53bd79f commit 1ef3053

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

doc/更新日志.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
V7.9.1
1+
V7.9.2
22
更新时间 2026-02-23
33

4-
* Milky 给 `group_message_reaction` 事件增加了字段 `reaction_type`,含义与 `send_group_message_reaction` 中的 `reaction_type` 参数相同
54
* CLI 支持 `--qq-args` 参数,用于传递额外命令行参数给 QQ,详情见 `llbot --help`
65
* Windows CLI 支持自动更改控制台标题为 <nickname>(<qq>)
76
* 修复 CLI 自动更新失败
87
* WebQQ 修复发送消息后偶现有两条重复消息,有一条一直显示发送中
98
* WebQQ 聊天列表显示消息预览
109

10+
=================
11+
12+
V7.9.1
13+
更新时间 2026-02-21
14+
15+
* Milky 给 `group_message_reaction` 事件增加了字段 `reaction_type`,含义与 `send_group_message_reaction` 中的 `reaction_type` 参数相同
16+
17+
1118
=================
1219
V7.9.0
1320
更新时间 2026-02-18

package-dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"llonebot-dist","version":"7.9.1","type":"module","description":"","main":"llbot.js","author":"linyuchen","repository":{"type":"git","url":"https://github.com/LLOneBot/LuckyLilliaBot"}}
1+
{"name":"llonebot-dist","version":"7.9.2","type":"module","description":"","main":"llbot.js","author":"linyuchen","repository":{"type":"git","url":"https://github.com/LLOneBot/LuckyLilliaBot"}}

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 = '7.9.1'
4+
export const version = '7.9.2'
55

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

0 commit comments

Comments
 (0)