Skip to content

Commit a2c6225

Browse files
committed
chore(release): bump version to 7.10.0
1 parent e1bb19c commit a2c6225

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/更新日志.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
V7.9.4
2-
更新时间 2026-02-
1+
V7.10.0
2+
更新时间 2026-03-01
33

44
* 修复 Desktop 版本在一些机器上无法运行弹出快速检测失败
55
* WebUI 修复手机访问时背景小球鬼畜,以及一些 UI 适配问题

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

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

0 commit comments

Comments
 (0)