mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 09:38:04 +08:00
12 lines
282 B
JavaScript
12 lines
282 B
JavaScript
module.exports = {
|
|
'stdaily.com': {
|
|
_name: '中国科技网',
|
|
digitalpaper: [
|
|
{
|
|
title: '科技日报',
|
|
docs: 'https://docs.rsshub.app/routes/traditional-media#zhong-guo-ke-ji-wang',
|
|
},
|
|
],
|
|
},
|
|
};
|