From 6046f3639f316f8d1b14437e919089b67c8efbf0 Mon Sep 17 00:00:00 2001 From: "Y.D.X" <73375426+YDX-2147483647@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:48:27 +0800 Subject: [PATCH] =?UTF-8?q?[config]=20sources=20=E2=80=9C=E8=AF=BE?= =?UTF-8?q?=E7=A8=8B=E2=80=9D=20(#46)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/sources_by_selectors.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config/sources_by_selectors.json b/config/sources_by_selectors.json index f93a3d5..ddbe2bf 100644 --- a/config/sources_by_selectors.json +++ b/config/sources_by_selectors.json @@ -548,6 +548,23 @@ "selectors": { "rows": ".list > ul > li" } + }, + { + "name": "课程", + "full_name": "课表、课程调整、选课", + "alt_name": [ + "教学运行" + ], + "url": "https://jxzx.bit.edu.cn/jxyx/index.htm", + "guide": [ + "教学中心", + "教学运行", + "您目前的位置", + "教学运行" + ], + "selectors": { + "rows": "div.articleList li" + } } ] } \ No newline at end of file