Skip to content

Commit 09d770e

Browse files
committed
fix: update changelog for version 7.10.1 and fix image sending issue
1 parent 86c93b2 commit 09d770e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/更新日志.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ V7.10.1
22
更新时间 2026-03-
33

44
* 修复视频可能发送失败
5+
* 修复发送图片可能失败
56

67
=================
78
V7.10.0

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

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

0 commit comments

Comments
 (0)