Skip to content

Commit 260c730

Browse files
committed
1. 修复FileStorage\Image文件没有导出的问题
2. 增加图片定位到聊天位置的功能 3. 导出界面增加提示
1 parent 2639984 commit 260c730

21 files changed

+584
-563
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ env
3030
User
3131
config.json
3232
wechatDataBackup.exe
33-
app.log
33+
app.log
34+
app-*.log

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center" style="text-align: center">
2-
<img src="./res/logo.png" width="15%"><br/>
2+
<img src="./res/logo_256.png" width="15%"><br/>
33
</p>
44

55
<p align="center">

app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323
configDefaultUserKey = "userConfig.defaultUser"
2424
configUsersKey = "userConfig.users"
2525
configExportPathKey = "exportPath"
26-
appVersion = "v1.2.3"
26+
appVersion = "v1.2.4"
2727
)
2828

2929
type FileLoader struct {

build/appicon.png

11.3 KB
Loading

build/windows/icon.ico

-83.1 KB
Binary file not shown.

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.2.4
2+
1. 修复FileStorage\Image文件没有导出的问题
3+
2. 增加图片定位到聊天位置的功能
4+
3. 导出界面增加提示
5+
16
## v1.2.3
27
1. 修改程序ICON
38

10.8 KB
Loading
11.3 KB
Loading
12.8 KB
Loading

frontend/dist/assets/index.00f6955e.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)