mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
14 lines
360 B
JavaScript
14 lines
360 B
JavaScript
module.exports = {
|
|
'sunborngame.com': {
|
|
_name: '少女前线',
|
|
'.': [
|
|
{
|
|
title: '情报局',
|
|
docs: 'https://docs.rsshub.app/game.html#shao-nv-qian-xian-qing-bao-ju',
|
|
source: ['/:category', '/'],
|
|
target: '/gf-cn/news/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|