From 57a816453a5d55bd8aa1578d49bf25315427cc03 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Wed, 6 Dec 2023 22:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=A4=E8=81=8A=E6=98=BE=E7=A4=BA=E5=85=B7?= =?UTF-8?q?=E4=BD=93=E7=9A=84=E5=8F=91=E9=80=81=E4=BA=BA=E3=80=82=20#31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/FAQ.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 9db8a33..7425eae 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -73,4 +73,9 @@ - ### 十、为什么会有解密失败的情况 1. 非当前登录微信的数据库--eg:当前登录微信为A,但是曾经登录过的微信为B,也会尝试解密B的数据库,但是密钥不匹配,所以解密失败 -2. 部分数据库本来就是未加密的 \ No newline at end of file +2. 部分数据库本来就是未加密的 + +- ### 十一、参数无效 + +1. 请检查参数是否正确,如果正确,请检查是否使用了中文输入法,如果使用了中文输入法,请切换为英文输入法 +2. 检查路径是否正确,如果路径中有空格,请使用英文双引号包裹路径 \ No newline at end of file