mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
* Gcores tagging * Gcore tags * Comfort v2 * Update router * Update router.js * refactor: use cache.tryGet
20 lines
584 B
JavaScript
20 lines
584 B
JavaScript
module.exports = {
|
|
'gcores.com': {
|
|
_name: '机核网',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/new-media.html#ji-he-wang-fen-lei',
|
|
source: ['/:category'],
|
|
target: '/gcores/category/:category',
|
|
},
|
|
{
|
|
title: '标签',
|
|
docs: 'https://docs.rsshub.app/new-media.html#ji-he-wang-biao-qian',
|
|
source: ['/categories/:tag', '/'],
|
|
target: '/gcores/tag/:tag',
|
|
},
|
|
],
|
|
},
|
|
};
|