mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
26 lines
864 B
JavaScript
26 lines
864 B
JavaScript
module.exports = {
|
|
'whoscall.com': {
|
|
_name: 'Whoscall',
|
|
'.': [
|
|
{
|
|
title: '最新文章',
|
|
docs: 'https://docs.rsshub.app/blog.html#whoscall-zui-xin-wen-zhang',
|
|
source: ['/zh-hant/blog/articles', '/'],
|
|
target: '/whoscall',
|
|
},
|
|
{
|
|
title: '分類',
|
|
docs: 'https://docs.rsshub.app/blog.html#whoscall-fen-lei',
|
|
source: ['/zh-hant/blog/categories/:category', '/'],
|
|
target: '/whoscall/categories/:category?',
|
|
},
|
|
{
|
|
title: '標籤',
|
|
docs: 'https://docs.rsshub.app/blog.html#whoscall-biao-qian',
|
|
source: ['/zh-hant/blog/tags/:tag', '/'],
|
|
target: '/whoscall/tags/:tag?',
|
|
},
|
|
],
|
|
},
|
|
};
|