1. 修改程序ICON
This commit is contained in:
parent
6ddb45770f
commit
640f27ce67
2
app.go
2
app.go
@ -23,7 +23,7 @@ const (
|
|||||||
configDefaultUserKey = "userConfig.defaultUser"
|
configDefaultUserKey = "userConfig.defaultUser"
|
||||||
configUsersKey = "userConfig.users"
|
configUsersKey = "userConfig.users"
|
||||||
configExportPathKey = "exportPath"
|
configExportPathKey = "exportPath"
|
||||||
appVersion = "v1.2.2"
|
appVersion = "v1.2.3"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FileLoader struct {
|
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 |
@ -1,3 +1,6 @@
|
|||||||
|
## v1.2.3
|
||||||
|
1. 修改程序ICON
|
||||||
|
|
||||||
## v1.2.2
|
## v1.2.2
|
||||||
1. UI统一使用“思源黑体”字体
|
1. UI统一使用“思源黑体”字体
|
||||||
2. 修复导出分享会话时可执行文件可能拷贝错误的情况
|
2. 修复导出分享会话时可执行文件可能拷贝错误的情况
|
||||||
|
Loading…
Reference in New Issue
Block a user