update readme

This commit is contained in:
shuaikangzhou 2023-10-25 23:40:31 +08:00
parent 1a4eeb9bae
commit a42706919c
2 changed files with 30 additions and 6 deletions

View File

@ -4,11 +4,8 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="84e65474-7da9-466d-baf3-cc88dde3ffdd" name="变更" comment="mainwindows文件修正">
<change beforePath="$PROJECT_DIR$/.idea/WeChatMsg.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/WeChatMsg.iml" afterDir="false" />
<list default="true" id="84e65474-7da9-466d-baf3-cc88dde3ffdd" name="变更" comment="match语法说明">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/Ui/chat/chatUi.ui" beforeDir="false" afterPath="$PROJECT_DIR$/app/Ui/chat/chatUi.ui" afterDir="false" />
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/readme.md" beforeDir="false" afterPath="$PROJECT_DIR$/readme.md" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@ -383,7 +380,14 @@
<option name="project" value="LOCAL" />
<updated>1684726338618</updated>
</task>
<option name="localTasksCounter" value="29" />
<task id="LOCAL-00029" summary="match语法说明">
<created>1692427491271</created>
<option name="number" value="00029" />
<option name="presentableId" value="LOCAL-00029" />
<option name="project" value="LOCAL" />
<updated>1692427491271</updated>
</task>
<option name="localTasksCounter" value="30" />
<servers />
</component>
<component name="UnknownFeatures">
@ -432,7 +436,8 @@
<MESSAGE value="新增聊天报告" />
<MESSAGE value="readme" />
<MESSAGE value="mainwindows文件修正" />
<option name="LAST_COMMIT_MESSAGE" value="mainwindows文件修正" />
<MESSAGE value="match语法说明" />
<option name="LAST_COMMIT_MESSAGE" value="match语法说明" />
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="true" />
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="true" />
</component>

View File

@ -1,5 +1,18 @@
# 微信聊天记录可视化
<div align="center">
<img src="https://img.shields.io/badge/WeChat-聊天-blue.svg">
<a href="https://github.com/LC044/WeChatMsg/stargazers">
<img src="https://img.shields.io/github/stars/LC044/WeChatMsg.svg" />
</a>
<a href="./doc/readme.md">
<img src="https://img.shields.io/badge/文档-最新-brightgreen.svg" />
</a>
<a href="LICENSE">
<img src="https://img.shields.io/badge/Apache-2.0-blue.svg" />
</a>
</div>
## 功能
- 安卓 or 苹果都可以哦
@ -9,6 +22,12 @@
- 小伙伴们想要其他功能可以留言哦🏆
- 有任何问题可以随时联系我(863909694@qq.com)
为了方便大家交流我新建了一个QQ群**474379264**
大家有任何诉求可以群里反馈给我
<img src="doc/images/qq.jpg" height=480/>
## 效果
![image-20230520235113261](doc/images/image-20230520235113261.png)