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 | 56 +++++++++++--------
...77\347\224\250\350\257\264\346\230\216.md" | 0
readme.md | 15 +++--
4 files changed, 43 insertions(+), 29 deletions(-)
create mode 100644 "doc/\350\247\243\345\257\206\346\225\231\347\250\213/\344\275\277\347\224\250\350\257\264\346\230\216.md"
diff --git a/.gitignore b/.gitignore
index 0bbcc8b8..8dcb4015 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 67b3fcba..cacb7303 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,11 +4,11 @@
-
+
+
-
-
+
@@ -71,8 +71,8 @@
-
-
+
+
@@ -80,11 +80,11 @@
-
+
-
+
@@ -93,7 +93,7 @@
-
+
@@ -101,20 +101,20 @@
-
+
-
+
-
+
-
+
@@ -122,20 +122,20 @@
-
+
-
+
-
+
-
+
@@ -143,11 +143,11 @@
-
+
-
+
@@ -156,7 +156,7 @@
-
+
@@ -164,11 +164,11 @@
-
+
-
+
@@ -179,11 +179,11 @@
+
-
@@ -472,7 +472,14 @@
1698940208580
-
+
+ 1699025065814
+
+
+
+ 1699025065814
+
+
@@ -530,7 +537,8 @@
-
+
+
diff --git "a/doc/\350\247\243\345\257\206\346\225\231\347\250\213/\344\275\277\347\224\250\350\257\264\346\230\216.md" "b/doc/\350\247\243\345\257\206\346\225\231\347\250\213/\344\275\277\347\224\250\350\257\264\346\230\216.md"
new file mode 100644
index 00000000..e69de29b
diff --git a/readme.md b/readme.md
index 2e6fd310..df4dbf6e 100644
--- a/readme.md
+++ b/readme.md
@@ -19,18 +19,19 @@
- 显示聊天界面
- 导出聊天记录成Word文档
- 分析聊天数据,做成可视化年报
+- 🔥**项目持续更新中**
- 小伙伴们想要其他功能可以留言哦🏆
- 有任何问题可以随时联系我(863909694@qq.com)
-为了方便大家交流,我新建了一个QQ群:**474379264**
+为了方便大家交流,我新建了一个QQ群💬:**474379264**
-大家有任何诉求可以群里反馈给我
+大家有任何诉求或bug可以群里反馈给我
## 效果
-![image-20230520235113261](doc/images/image-20230520235113261.png)
+
![image-20230520235220104](doc/images/image-20230520235220104.png)
@@ -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
![image-20230520235113261](doc/images/image-20230520235113261.png)
-## 项目还有很多bug,希望各位大佬能够及时反馈
+## 项目还有很多bug,希望大家能够及时反馈
项目地址:https://github.com/LC044/WeChatMsg
+
+---
+
+> 说明:该项目仅可用于交流学习,禁止任何非法用途,本人不承担任何责任🙄
\ No newline at end of file