mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 07:12:51 +08:00
14 lines
352 B
JavaScript
14 lines
352 B
JavaScript
module.exports = {
|
|
'sicau.edu.cn': {
|
|
_name: '',
|
|
dky: [
|
|
{
|
|
title: '招生就业',
|
|
docs: 'https://docs.rsshub.app/university.html#si-chuan-nong-ye-da-xue-zhao-sheng-jiu-ye',
|
|
source: ['/'],
|
|
target: '/sicau/zsjy/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|