From 738b4c7b648d06c7b329d0dff425dd1042dd4715 Mon Sep 17 00:00:00 2001 From: Mufanc <47652878+Mufanc@users.noreply.github.com> Date: Sat, 25 Jun 2022 19:19:36 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42da80f..2b73b8b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,18 @@ python main.py -v flash -c ![](images/current_course.png) -### 「父节点不存在」 +### 「用户名密码错误」? + +  检查你的 `configs.yml` 中帐号密码格式是否正确,它应该不包含两边的尖括号,例如: + +```yaml +# 用户配置(务必保持账号密码与 iSmart 中已登录的相同) +user: + username: Mufanc + password: 123456abcdef +``` + +### 「父节点不存在」?   由于教材差异,如果你的课程在客户端学习正常,而使用脚本刷课时每个单元都报「父节点不存在」,那么可以将 `spider.py` 119-128 行改成以下内容: