mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-09 09:31:18 +08:00
update readme
This commit is contained in:
parent
ebde3071d7
commit
656963d1ca
@ -1,9 +1,9 @@
|
||||
version = '0.2.9'
|
||||
contact = '474379264'
|
||||
version = '0.2.8'
|
||||
contact = '701805520'
|
||||
description = [
|
||||
'1. 支持获取个人信息<br>',
|
||||
'2. 支持显示聊天界面<br>',
|
||||
'3. 支持导出聊天记录<br> * csv<br> * html<br>',
|
||||
'3. 支持导出聊天记录<br> * csv<br> * html<br> * txt<br>',
|
||||
'4. 查找联系人<br>',
|
||||
'5. 生成年度报告<br>',
|
||||
]
|
||||
|
@ -174,10 +174,7 @@ class MainWinController(QMainWindow, mainwindow.Ui_MainWindow):
|
||||
|
||||
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)
|
||||
@ -210,7 +207,7 @@ class MainWinController(QMainWindow, mainwindow.Ui_MainWindow):
|
||||
关于
|
||||
"""
|
||||
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])}
|
||||
'''
|
||||
)
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 111 KiB |
42
readme.md
42
readme.md
@ -229,20 +229,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),我将把您的名字写入贡献者名单中
|
||||
|
||||
# 贡献者
|
||||
|
||||
@ -268,8 +254,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反馈问题(一定要备注来意)
|
Loading…
Reference in New Issue
Block a user