23 lines
724 B
JavaScript
23 lines
724 B
JavaScript
module.exports = {
|
|
'nasa.gov': {
|
|
_name: 'NASA 每日天文图片',
|
|
apod: [
|
|
{
|
|
title: 'NASA',
|
|
docs: 'https://docs.rsshub.app/routes/picture#nasa-mei-ri-tian-wen-tu-pian',
|
|
target: '/nasa/apod',
|
|
},
|
|
{
|
|
title: '台湾成功大学镜像',
|
|
docs: 'https://docs.rsshub.app/routes/picture#nasa-mei-ri-tian-wen-tu-pian',
|
|
target: '/nasa/apod-ncku',
|
|
},
|
|
{
|
|
title: 'NASA 中文',
|
|
docs: 'https://docs.rsshub.app/routes/picture#nasa-mei-ri-tian-wen-tu-pian',
|
|
target: '/nasa/apod-cn',
|
|
},
|
|
],
|
|
},
|
|
};
|