modify some path of pictures

This commit is contained in:
DzhiWang 2023-12-05 15:52:15 +08:00
parent 1381f9bd8c
commit d7604bf87d
12 changed files with 13 additions and 10 deletions

BIN
chat_window1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

BIN
doc/images/chat_window1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

BIN
doc/images/chat_window2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
doc/images/decrypt_wx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
doc/images/err_log.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

BIN
doc/images/exe_file.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
doc/images/login_wx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
doc/images/main_window.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
doc/images/message.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -162,7 +162,7 @@ python main_pc.py
可以点击获取教程相关信息导出全部信息的csv文件。
![image-20231201003914318.png](https://blog.lc044.love/static/img/01f1f9eacb6063b980595ef769bbc183.image-20231201003914318.webp)
![](./doc/images/main_window.png)
#### 4.2 聊天界面
@ -170,17 +170,18 @@ python main_pc.py
,会随机跳转到某一个好友的界面,滚轮滚动,可以向上翻看更早的聊天记录(温馨提示:可能在翻的时候会有卡顿的现象,是因为数据加载需要时间,后期我们会继续优化嗷~
)。目前聊天记录中文字、图片、表情包基本可以正常显示~
![image-20231130221954512.png](https://blog.lc044.love/static/img/da1103c0d40eac06e07a46a23fb0a138.image-20231130221954512.webp)
![](./doc/images/chat_window1.png)
当你想要查找某一位好友的信息时可以在图中红框输入信息点击Enter回车键进行检索
![image-20231130223621017.png](https://blog.lc044.love/static/img/17746c59d1015164438e539abec6094e.image-20231130223621017.webp)
![](./doc/images/chat_window2.png)
#### 4.3 好友界面
点击**左侧导航栏——>好友**会跳转到好友的界面同样可以选择好友右上方导航栏中有1统计信息2情感分析3年度报告4退出5导出聊天记录可选择导出为word、csv、html格式。
![image-20231130224357480.png](https://blog.lc044.love/static/img/80958f575ec8f2822af15ce1634029da.image-20231130224357480.webp)
![](./doc/images/contact_window.png)
**功能部分未集成或开发,请您耐心等待呀~**
@ -194,7 +195,7 @@ python main_pc.py
如果您遇到下图所示的问题,是由于没有在电脑端登录微信
![image-20231130231701520.png](https://blog.lc044.love/static/img/db8e39b27d369851c73298b247b79c2f.image-20231130231701520.webp)
![](./doc/images/login_wx.png)
如果您遇到下图所示的问题,需要先运行`decrypt_window`的可执行文件或者源代码文件
@ -202,24 +203,26 @@ python main_pc.py
python decrypt_window.py
```
![image-20231130231503340.png](https://blog.lc044.love/static/img/a3ea30edd2e63187283dcc55e344a095.image-20231130231503340.webp)
![](./doc/images/decrypt_wx.png)
如果您在运行可执行程序的时候出现闪退的现象,请右击软件使用管理员权限运行。
![image-20231130233120492.png](https://blog.lc044.love/static/img/f18737d5a006aa5e7354b74f6e036d47.image-20231130233120492.webp)
![](./doc/images/exe_file.png)
如果您在获取信息的时候,`wxid`
显示none但是密钥是存在的需要在微信文件保存的路径中选择该文件夹路径下的带有wxid_xxx的名字填到wxid位置并继续点击`开始启动`
![image-20231130234120644.png](https://blog.lc044.love/static/img/5c3c53cb34701fb74283e01e52a2df04.image-20231130234120644.webp)
![](./doc/images/with_wxid_name.png)
如果出现如图所示的报错信息,将`app/database/msg`文件夹删除,重新运行`main_pc.py`。
![image-20231130235155121.png](https://blog.lc044.love/static/img/884d8f930518b9b31bfa9df7fd5a53f8.image-20231130235155121.webp)
![](./doc/images/err_log.png)
导出数据成功之后该文件位置与exe文件位置相同或者在源码.data文件下
![image-20231201000202980.png](https://blog.lc044.love/static/img/1748d98033903dede564ce3d7e835bdf.image-20231201000202980.webp)
![](./doc/images/message.png)
#### 🤔注意