diff --git a/README.md b/README.md index 3bf3a41..edda42d 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ + python-csscompressor(optional) #### Get Necessary Data: -+ Get /data/data/com.tencent.mm/MicroMsg/long-long-name/EnMicroMsg.db from root filesystem . -+ Get Wechat resource directory from user filesystem, usually at storage:/tencent/MicroMsg/long-long-name. ++ Get /data/data/com.tencent.mm/MicroMsg/long-long-name/EnMicroMsg.db from root filesystem. ++ Get WeChat user resource directory from user filesystem, for example: storage/tencent/MicroMsg/long-long-name. + Get Wechat uin: + login to [web-based wechat](https://wx.qq.com); get wxuin=1234567 from `document.cookie` + Or get ``default_uin`` from /data/data/com.tencent.mm/shared_prefs/system_config_prefs.xml. @@ -29,7 +29,7 @@ ``` ./dump_msg.py decrypted_db.db output_dir ``` -+ Dump messages of one contact to an html including voice messages and image thumbnail: ++ Dump messages of one contact to single-file html, containing voice messages and image thumbnail: ``` ./dump_html.py decrypted_db.db output.html ``` diff --git a/lib/static/template.html b/lib/static/template.html index 70c55ba..e4eb03e 100644 --- a/lib/static/template.html +++ b/lib/static/template.html @@ -11,13 +11,13 @@
-
-
+
+

{talker}

-
+
{messages}
@@ -27,6 +27,7 @@