Skip to content

Commit

Permalink
Merge branch 'LC044:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
STDquantum authored Dec 14, 2023
2 parents 444d6bc + 8978ab5 commit 355f7e8
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 23 deletions.
6 changes: 3 additions & 3 deletions app/config.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version = '0.2.9'
contact = '474379264'
version = '0.2.8'
contact = '701805520'
description = [
'1. 支持获取个人信息<br>',
'2. 支持显示聊天界面<br>',
'3. 支持导出聊天记录<br>&nbsp;&nbsp;&nbsp;&nbsp;* csv<br>&nbsp;&nbsp;&nbsp;&nbsp;* html<br>',
'3. 支持导出聊天记录<br>&nbsp;&nbsp;&nbsp;&nbsp;* csv<br>&nbsp;&nbsp;&nbsp;&nbsp;* html<br>&nbsp;&nbsp;&nbsp;&nbsp;* txt<br>',
'4. 查找联系人<br>',
'5. 生成年度报告<br>',
]
5 changes: 1 addition & 4 deletions app/ui/mainview.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,7 @@ def stop_loading(self, a0):

def loading(self, a0):
self.load_num += 1
# self.label.setVisible(False)
print('加载一个了')
if self.load_num == 1:
print('ok了')
self.label.clear()
self.label.hide()
self.okSignal.emit(True)
Expand Down Expand Up @@ -210,7 +207,7 @@ def about(self):
关于
"""
QMessageBox.about(self, "关于",
f'''版本:{config.version}<br>QQ交流群:{config.contact}<br>地址:<a href='https://github.com/LC044/WeChatMsg'>https://github.com/LC044/WeChatMsg</a><br>新特性:<br>{''.join(['' + i for i in config.description])}
f'''版本:{config.version}<br>QQ交流群:{config.contact},加群要求请阅读文档<br>地址:<a href='https://github.com/LC044/WeChatMsg'>https://github.com/LC044/WeChatMsg</a><br>新特性:<br>{''.join(['' + i for i in config.description])}
'''
)

Expand Down
Binary file modified doc/images/qq.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 29 additions & 16 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@

## 🍉功能

- 🔒️🔑🔓️手机本地微信数据库
- 🔒️🔑🔓️PC端本地微信数据库
- 🔒️🔑🔓️Windows本地微信数据库
- 还原微信聊天界面
- 🗨文本✅
- 🏝图片✅
Expand Down Expand Up @@ -229,20 +228,6 @@ python main.py
[![Star History Chart](https://api.star-history.com/svg?repos=LC044/WeChatMsg&type=Date)](https://star-history.com/?utm_source=bestxtools.com#LC044/WeChatMsg&Date)

# 🎄温馨提示

如果您在使用该软件的过程中

* 发现新的bug
* 有新的功能诉求
* 操作比较繁琐
* 觉得UI不够美观
* 等其他给您造成困扰的地方

请提起[issue](https://github.com/LC044/WeChatMsg/issues),我将尽快为您解决问题

如果您是一名开发者,有新的想法或建议,欢迎[fork](https://github.com/LC044/WeChatMsg/forks)
该项目并发起[PR](https://github.com/LC044/WeChatMsg/pulls),我将把您的名字写入贡献者名单中

# 贡献者

Expand All @@ -268,8 +253,36 @@ python main.py
- [STDquantum](https://github.com/STDquantum)

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

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

## 感谢

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

# 🎄温馨提示

如果您在使用该软件的过程中

* 发现新的bug
* 有新的功能诉求
* 操作比较繁琐
* 觉得UI不够美观
* 等其他给您造成困扰的地方

请提起[issue](https://github.com/LC044/WeChatMsg/issues),我将尽快为您解决问题

如果您是一名开发者,有新的想法或建议,欢迎[fork](https://github.com/LC044/WeChatMsg/forks)
该项目并发起[PR](https://github.com/LC044/WeChatMsg/pulls),我将把您的名字写入贡献者名单中

# 联系方式

如果您遇到了问题,可以添加QQ群:**701805520**寻求帮助,由于精力有限,不能回答所有问题,所以还请您仔细阅读文档之后再考虑是否入群

## 加群方式

1. [fork](https://github.com/LC044/WeChatMsg/forks)该项目并发起[PR](https://github.com/LC044/WeChatMsg/pulls)
2. 宣传该项目(在任一社交平台发图文介绍该项目)
3. [赞助](#支持该项目)该项目

注意:加群时请备注您的贡献,如PR链接、宣传截图或赞助金额,若没有审核通过,可添加QQ或发邮件:863909694@qq.com反馈问题(一定要备注来意)

0 comments on commit 355f7e8

Please sign in to comment.