UPDATE README.md

This commit is contained in:
xaoyaoo 2024-04-19 12:38:20 +08:00
parent ab3ab94064
commit a4d92c7ea4
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@
[![PyPI-Downloads](https://img.shields.io/pypi/dm/pywxdump)](https://pypistats.org/packages/pywxdump) [![PyPI-Downloads](https://img.shields.io/pypi/dm/pywxdump)](https://pypistats.org/packages/pywxdump)
[![GitHub license](https://img.shields.io/pypi/l/pywxdump)](https://github.com/xaoyaoo/PyWxDump/blob/master/LICENSE) [![GitHub license](https://img.shields.io/pypi/l/pywxdump)](https://github.com/xaoyaoo/PyWxDump/blob/master/LICENSE)
V3.0.0 有很多bug如果你有问题请使用V2.4.71版本或者等待V3.0.1版本发现bug请提交issue
* Welcome to provide more ideas or code to improve this project together. * Welcome to provide more ideas or code to improve this project together.

View File

@ -529,6 +529,8 @@ def export():
end_time = request.json.get("end_time", 0) end_time = request.json.get("end_time", 0)
chat_type = request.json.get("chat_type") chat_type = request.json.get("chat_type")
username = request.json.get("username") username = request.json.get("username")
wx_path = request.json.get("wx_path", read_session(g.sf, "wx_path")) wx_path = request.json.get("wx_path", read_session(g.sf, "wx_path"))
key = request.json.get("key", read_session(g.sf, "key")) key = request.json.get("key", read_session(g.sf, "key"))