mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
14 lines
427 B
JavaScript
14 lines
427 B
JavaScript
module.exports = {
|
|
'neea.cn': {
|
|
_name: '中国教育考试网',
|
|
jlpt: [
|
|
{
|
|
title: '教育部考试中心日本语能力测试重要通知',
|
|
docs: 'https://docs.rsshub.app/routes/study#jiao-yu-bu-kao-shi-zhong-xin-ri-ben-yu-neng-li-ce-shi-zhong-yao-tong-zhi',
|
|
source: ['/'],
|
|
target: '/neea/jlpt',
|
|
},
|
|
],
|
|
},
|
|
};
|