mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 18:48:12 +08:00
14 lines
366 B
JavaScript
14 lines
366 B
JavaScript
module.exports = {
|
|
'getitfree.cn': {
|
|
_name: '正版中国',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/routes/shopping#zheng-ban-zhong-guo-fen-lei',
|
|
source: ['/category/:category', '/'],
|
|
target: '/getitfree/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|