From 51a4d9af00c09739011eb353f7f0b44d0f18881d Mon Sep 17 00:00:00 2001
From: shuaikangzhou <863909694@qq.com>
Date: Fri, 3 Nov 2023 23:43:25 +0800
Subject: [PATCH] update readme
---
.gitignore | 1 +
.idea/workspace.xml | 64 ++++++++++++++++++++++------------------
doc/解密教程/使用说明.md | 0
readme.md | 15 ++++++----
4 files changed, 47 insertions(+), 33 deletions(-)
create mode 100644 doc/解密教程/使用说明.md
diff --git a/.gitignore b/.gitignore
index 0bbcc8b..8dcb401 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ app/data/image2
app/data/emoji
*.db
*.pyc
+test*
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 67b3fcb..cacb730 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,11 +4,11 @@
-
+
+
-
-
+
@@ -71,28 +71,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -177,13 +156,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -472,7 +472,14 @@
1698940208580
-
+
+ 1699025065814
+
+
+
+ 1699025065814
+
+
@@ -530,7 +537,8 @@
-
+
+
diff --git a/doc/解密教程/使用说明.md b/doc/解密教程/使用说明.md
new file mode 100644
index 0000000..e69de29
diff --git a/readme.md b/readme.md
index 2e6fd31..df4dbf6 100644
--- a/readme.md
+++ b/readme.md
@@ -19,18 +19,19 @@
- 显示聊天界面
- 导出聊天记录成Word文档
- 分析聊天数据,做成可视化年报
+- 🔥**项目持续更新中**
- 小伙伴们想要其他功能可以留言哦🏆
- 有任何问题可以随时联系我(863909694@qq.com)
-为了方便大家交流,我新建了一个QQ群:**474379264**
+为了方便大家交流,我新建了一个QQ群💬:**474379264**
-大家有任何诉求可以群里反馈给我
+大家有任何诉求或bug可以群里反馈给我
## 效果
-
+

@@ -61,7 +62,7 @@ python版本3.10
命令行运行以下代码
```bash
-pip install -r requirements.txt
+pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
```
运行main.py
@@ -94,6 +95,10 @@ python main.py

-## 项目还有很多bug,希望各位大佬能够及时反馈
+## 项目还有很多bug,希望大家能够及时反馈
项目地址:https://github.com/LC044/WeChatMsg
+
+---
+
+> 说明:该项目仅可用于交流学习,禁止任何非法用途,本人不承担任何责任🙄
\ No newline at end of file