Skip to content

Commit b525d1b

Browse files
committed
chore: bump version to 7.4.0
1 parent ae539c6 commit b525d1b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

doc/更新日志.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
V7.3.1
1+
V7.4.0
22
更新时间 2026-01-01
33

44
新年快乐!
55

6+
* 支持 44175
7+
* Windows 版本采用新版 Rust 重构的 PMHQ
68
* WebUI 新增跟随系统自动主题
9+
* WebUI 修复移动端上弹出输入法后背景小球疯狂乱动
710
* WebQQ 修复在 Firefox 上输入图片导致无法输入文字
811
* WebQQ 优化输入框,不需要等待消息发送完成才能输入下一条消息
912
* WebQQ 优化消息发送状态,不再闪烁一下

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.3.0","type":"module","description":"","main":"llbot.js","author":"linyuchen","repository":{"type":"git","url":"https://github.com/LLOneBot/LuckyLilliaBot"}}
1+
{"name":"llonebot-dist","version":"7.4.0","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.3.0'
4+
export const version = '7.4.0'
55

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

0 commit comments

Comments
 (0)