Skip to content

Commit

Permalink
[config] sources 网安、集电
Browse files Browse the repository at this point in the history
Relates-to: #24
  • Loading branch information
YDX-2147483647 committed Aug 14, 2023
1 parent 68ac5c9 commit e44c596
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config/sources_by_selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,35 @@
"selectors": {
"rows": ".mode6_lt > ul > li"
}
},
{
"name": "网安",
"full_name": "网络空间安全学院",
"url": "https://cst.bit.edu.cn/xxfw/tzgg/index.htm",
"guide": [
"网络空间安全学院",
"通知公告",
"点击查看更多"
],
"selectors": {
"rows": ".sub_list003 > ul > li",
"title": ".title",
"date": ".time"
}
},
{
"name": "集电",
"full_name": "集成电路与电子学院",
"url": "https://ice.bit.edu.cn/xxfw/tzgg1/index.htm",
"guide": [
"集成电路与电子学院",
"通知公告",
"更多"
],
"selectors": {
"rows": "ul.inform > li",
"title": "p"
}
}
]
}

0 comments on commit e44c596

Please sign in to comment.