Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 11, 2024
2 parents e9a52d4 + 3c275ff commit bdbd2b8
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 41 deletions.
105 changes: 105 additions & 0 deletions app/decrypt/version_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,5 +712,110 @@
48634496,
0,
0
],
"3.8.0.29": [
50910714,
0,
46060689,
0,
0
],
"3.9.9.22": [
56102304,
0,
56102160,
0,
0
],
"3.9.10.10": [
102868520,
102869856,
102868328,
0,
102869792
],
"3.8.0.18": [
46043224,
46044048,
46043080,
0,
0
],
"3.9.10.13": [
0,
0,
95125416,
0,
0
],
"3.9.10.18": [
95129640,
95130976,
95129448,
0,
0
],
"3.9.10.11": [
102868456,
102869792,
102868264,
0,
0
],
"3.9.7.14": [
0,
0,
63478408,
0,
63479872
],
"3.9.10.19": [
95129768,
0,
95129576,
0,
95131192
],
"3.7.6.38": [
39016136,
0,
39015992,
0,
0
],
"3.9.10.9": [
102868712,
102870048,
102868520,
0,
102869984
],
"3.9.10.16": [
71305680,
71306648,
71305536,
0,
0
],
"3.9.0.26": [
48405896,
0,
48405752,
0,
0
],
"3.9.7.13": [
63474296,
63475632,
63474104,
0,
63475568
],
"3.8.0.15": [
46014616,
0,
46014472,
0,
0
]
}
105 changes: 105 additions & 0 deletions app/resources/data/version_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,5 +712,110 @@
48634496,
0,
0
],
"3.8.0.29": [
50910714,
0,
46060689,
0,
0
],
"3.9.9.22": [
56102304,
0,
56102160,
0,
0
],
"3.9.10.10": [
102868520,
102869856,
102868328,
0,
102869792
],
"3.8.0.18": [
46043224,
46044048,
46043080,
0,
0
],
"3.9.10.13": [
0,
0,
95125416,
0,
0
],
"3.9.10.18": [
95129640,
95130976,
95129448,
0,
0
],
"3.9.10.11": [
102868456,
102869792,
102868264,
0,
0
],
"3.9.7.14": [
0,
0,
63478408,
0,
63479872
],
"3.9.10.19": [
95129768,
0,
95129576,
0,
95131192
],
"3.7.6.38": [
39016136,
0,
39015992,
0,
0
],
"3.9.10.9": [
102868712,
102870048,
102868520,
0,
102869984
],
"3.9.10.16": [
71305680,
71306648,
71305536,
0,
0
],
"3.9.0.26": [
48405896,
0,
48405752,
0,
0
],
"3.9.7.13": [
63474296,
63475632,
63474104,
0,
63475568
],
"3.8.0.15": [
46014616,
0,
46014472,
0,
0
]
}
2 changes: 1 addition & 1 deletion app/ui/Icon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from PyQt5.QtGui import QIcon, QPixmap
from PyQt5.QtGui import QIcon

from app.resources import resource_rc

Expand Down
Binary file added doc/images/qq3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@
import sys
import time
import traceback
from PyQt5.QtGui import QFont, QPixmap, QIcon
from PyQt5.QtWidgets import *
from PyQt5.QtCore import Qt

from app.log.exception_handling import ExceptionHanding, send_error_msg
from app.ui.Icon import Icon
from app.DataBase import close_db
from app.log import logger
from app.ui import mainview
from app.ui.tool.pc_decrypt import pc_decrypt
from app.config import version, SEND_LOG_FLAG

widget = None

Expand Down Expand Up @@ -44,15 +52,7 @@ def excepthook(exc_type, exc_value, traceback_):

# 设置 excepthook
sys.excepthook = excepthook
from PyQt5.QtGui import QFont, QPixmap, QIcon
from PyQt5.QtWidgets import *
from PyQt5.QtCore import Qt

from app.DataBase import close_db
from app.log import logger
from app.ui import mainview
from app.ui.tool.pc_decrypt import pc_decrypt
from app.config import version, SEND_LOG_FLAG

ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID("WeChatReport")
QApplication.setAttribute(Qt.AA_EnableHighDpiScaling, True)
Expand Down
40 changes: 8 additions & 32 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,16 @@
- 批量导出数据✅
- 导出联系人✅
- sqlite数据库✅
- HTML(文本、图片、视频、表情包、语音、文件、系统消息)✅
- HTML✅
- 文本、图片、视频、表情包、语音、文件、分享链接、系统消息、引用消息、合并转发的聊天记录、转账、音视频通话、位置分享、名片、小程序、视频号
- 支持时间轴跳转
- 引用消息可定位到原文
- 分享链接、小程序支持超链接跳转
- 合并转发的聊天记录支持展开
- CSV文档✅
- TXT文档✅
- Word文档✅
- Word文档✅
- 分析聊天数据,做成[可视化年报](https://memotrace.cn/demo.html)
- 🔥**项目持续更新中**
- 开发计划
- 群组年度报告
- 情感分析
- 一键导出全部表情包、文件、图片、视频、语音
- 合并多个备份数据
- 按日期、关键词索引
- 支持企业微信好友
- 小伙伴们想要其他功能可以留言哦📬
- 🔥项目正处于并将长期处于发展阶段,给我一些时间♾️,你所期望的未来都会实现(养成系开发者),可关注文末公众号持续获取项目更新动态

## 🥤效果

Expand Down Expand Up @@ -158,17 +153,6 @@
<img src="https://contrib.rocks/image?repo=lc044/wechatmsg" />
</a>

# 支持该项目

感谢您对这个项目的兴趣和支持!如果您发现这个项目对您有帮助,并且您愿意提供赞助以维持项目的发展和改进,我将非常感激。

## 赞助方式

您可以通过以下方式提供赞助:

- [爱发电](https://afdian.net/a/lc044)
- [博客主页](https://blog.lc044.love/about)

## 赞助者名单

感谢以下赞助者的慷慨支持:
Expand All @@ -178,14 +162,6 @@
- [无名路人](https://github.com/wumingluren)
- [时鹏亮](https://shipengliang.com)

如果您提供赞助并希望出现在赞助者名单中,请在提交赞助时提供您的 GitHub 用户名或其他相关信息。

您也可以在赞助时备注您的诉求,我将提前开发合理的功能需求。

## 感谢

再次感谢您的支持,这对项目的持续发展至关重要!

# 🎄温馨提示

如果您在使用该软件的过程中
Expand Down Expand Up @@ -213,7 +189,7 @@
后续更新将会在公众号同步发布
<div>
<img src="https://blog.lc044.love/static/img/b8df8c594a4cabaa0a62025767a3cfd9.weixin.webp">
<img src="./doc/images/qq2.jpg" height="200">
<img src="./doc/images/qq3.jpg" height="200">
</div>

## AI交流
Expand Down

0 comments on commit bdbd2b8

Please sign in to comment.