Skip to content

Commit c13e680

Browse files
committed
1. 支持转账、通话、链接消息的显示
2. 支持名片、视频号、QQ音乐、小程序、定位等消息的显示 3. 支持直播、游戏消息、语音通话、视频通话等消息的显示 4. 解密前判断对数据库是否有读权限 5. system消息html格式转文本
1 parent f1a32a3 commit c13e680

18 files changed

+835
-563
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ wails build
3939
- [x] 支持链接消息
4040
- [x] 支持语音消息
4141
- [x] 支持文件消息
42+
- [x] 支持名片消息
43+
- [x] 支持定位消息
44+
- [x] 支持视频/语音通话消息
45+
- [x] 支持QQ音乐消息
46+
- [x] 支持第三方视频软件分享消息
47+
- [x] 支持分享表情集消息
48+
- [x] 支持小程序消息
49+
- [x] 支持视频号/直播消息
50+
- [x] 支持转账消息
51+
- [x] 支持腾讯游戏分享消息
4252
- [x] 支持原始表情显示
4353
- [x] 支持按类型检索
4454
- [x] 支持日期检索

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.0.6"
26+
appVersion = "v1.1.0"
2727
)
2828

2929
type FileLoader struct {

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.1.0
2+
1. 支持转账、通话、链接消息的显示
3+
2. 支持名片、视频号、QQ音乐、小程序、定位等消息的显示
4+
3. 支持直播、游戏消息、语音通话、视频通话等消息的显示
5+
4. 解密前判断对数据库是否有读权限
6+
5. system消息html格式转文本
7+
8+
## v1.0.7
9+
1. 修复出现空数据库时不显示,聊天显示不全的问题
10+
2. 解决安卓平板扫码登陆的情况下解密失败的问题
11+
3. 移除lame和silk代码,改用mod的方式引入
12+
113
## v1.0.6
214
1. 图片/视频查看重新实现,保持与微信一致
315
2. 增加软件信息页面
7.05 KB
Loading
8.68 KB
Loading
5.56 KB
Loading

frontend/dist/assets/index.04e85ebe.js

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

frontend/dist/assets/index.3ddb0aa4.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.

frontend/dist/assets/index.a11c4643.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/dist/assets/index.d5e97187.js

Lines changed: 0 additions & 533 deletions
This file was deleted.

0 commit comments

Comments
 (0)