1. 修改程序ICON

This commit is contained in:
HAL 2025-03-31 23:20:55 +08:00
parent 6ddb45770f
commit 640f27ce67
4 changed files with 4 additions and 1 deletions

2
app.go
View File

@ -23,7 +23,7 @@ const (
configDefaultUserKey = "userConfig.defaultUser"
configUsersKey = "userConfig.users"
configExportPathKey = "exportPath"
appVersion = "v1.2.2"
appVersion = "v1.2.3"
)
type FileLoader struct {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 KiB

After

Width:  |  Height:  |  Size: 165 KiB

View File

@ -1,3 +1,6 @@
## v1.2.3
1. 修改程序ICON
## v1.2.2
1. UI统一使用“思源黑体”字体
2. 修复导出分享会话时可执行文件可能拷贝错误的情况