mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 15:47:48 +08:00
* feat(route): add 上海教育考试院自学考试通知公告 * refactor: migrate to v2 Co-authored-by: oyydd <oyy284688@gmail.com> Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
20 lines
628 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|