Skip to content

Commit 392247c

Browse files
committed
release 0.14.8
1 parent 852b589 commit 392247c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- 支持文件管理
2-
- 修复回调串数据问题
3-
- 优化部分数据结构
1+
- 文件管理器支持预览图片和文本文件
2+
- 统一操作按钮的样式
3+
- 支持删除用户

cmd/args/build.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package args
22

33
// 版本信息
44

5-
const Version = "0.14.7"
6-
const BuildVersion = "231130"
5+
const Version = "0.14.8"
6+
const BuildVersion = "231201"
77

88
// 更新地址
99

0 commit comments

Comments
 (0)