Files
RSSHub/lib/v2/shmeea/radar.js
32fsd d9ea1729d1 feat(route): add 上海教育考试院自学考试通知公告 (#7863)
* feat(route): add 上海教育考试院自学考试通知公告

* refactor: migrate to v2

Co-authored-by: oyydd <oyy284688@gmail.com>
Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-22 23:36:02 +08:00

20 lines
628 B
JavaScript

module.exports = {
'shmeea.edu.cn': {
_name: '上海市教育考试院',
www: [
{
title: '消息速递',
docs: 'https://docs.rsshub.app/other.html#shang-hai-shi-jiao-yu-kao-shi-yuan',
source: ['/'],
target: '/shmeea',
},
{
title: '自学考试通知公告',
docs: 'https://docs.rsshub.app/other.html#shang-hai-shi-jiao-yu-kao-shi-yuan',
source: ['/page/04000/index.html', '/'],
target: '/shmeea/self-study',
},
],
},
};