mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 16:49:31 +08:00
31 lines
1.1 KiB
JavaScript
31 lines
1.1 KiB
JavaScript
module.exports = {
|
|
'rsj.sh.gov.cn': {
|
|
_name: '上海市职业能力考试院',
|
|
'.': [
|
|
{
|
|
title: '考试项目',
|
|
docs: 'https://docs.rsshub.app/government.html#shang-hai-shi-zhi-ye-neng-li-kao-shi-yuan-kao-shi-xiang-mu',
|
|
source: ['/'],
|
|
target: '/gov/shanghai/rsj/ksxm',
|
|
},
|
|
],
|
|
},
|
|
'tqyb.com.cn': {
|
|
_name: '广州天气',
|
|
www: [
|
|
{
|
|
title: '突发性天气提示',
|
|
docs: 'https://docs.rsshub.app/government.html#guang-zhou-tian-qi-tu-fa-xing-tian-qi-ti-shi',
|
|
source: ['/gz/weatherAlarm/suddenWeather/'],
|
|
target: '/gov/guangdong/tqyb/tfxtq',
|
|
},
|
|
{
|
|
title: '广东省内城市预警信号',
|
|
docs: 'https://docs.rsshub.app/government.html#guang-zhou-tian-qi-guang-dong-sheng-nei-cheng-shi-yu-jing-xin-hao',
|
|
source: ['/gz/weatherAlarm/otherCity/'],
|
|
target: '/gov/guangdong/tqyb/sncsyjxh',
|
|
},
|
|
],
|
|
},
|
|
};
|