From 04a744088bc0b73c17f8360f064daf348505883f Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Sun, 12 Nov 2023 22:04:21 +0800 Subject: [PATCH] update readme --- .idea/workspace.xml | 25 ++++++++++++------------- doc/数据库介绍.md | 3 +++ readme.md | 6 ++++++ 3 files changed, 21 insertions(+), 13 deletions(-) create mode 100644 doc/数据库介绍.md diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c6bcd01..e43bc2f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,8 @@ - @@ -626,7 +624,8 @@ - diff --git a/doc/数据库介绍.md b/doc/数据库介绍.md new file mode 100644 index 0000000..48510a2 --- /dev/null +++ b/doc/数据库介绍.md @@ -0,0 +1,3 @@ +# 微信数据库介绍 + +**这个人比较懒,还什么都没写** \ No newline at end of file diff --git a/readme.md b/readme.md index 785f28e..b7f31e8 100644 --- a/readme.md +++ b/readme.md @@ -86,6 +86,12 @@ pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple 5. 获取到密钥和微信路径之后点击开始解密 6. 解密后的数据库文件保存在./app/DataBase/Msg路径下 +### 3. 查看 + +随便下载一个SQLite数据库查看软件就能打开数据库,例如[DB Browser for SQLite](https://sqlitebrowser.org/dl/) + +[数据库功能介绍](./doc/数据库介绍.md) + ### 使用模拟器