mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
14 lines
366 B
JavaScript
14 lines
366 B
JavaScript
module.exports = {
|
|
'gameapps.hk': {
|
|
_name: 'GameApps.hk 香港手机游戏网',
|
|
'.': [
|
|
{
|
|
title: '最新消息',
|
|
docs: 'https://docs.rsshub.app/game.html#gameapps-hk-xiang-gang-shou-ji-you-xi-wang',
|
|
source: ['/'],
|
|
target: '/gameapps',
|
|
},
|
|
],
|
|
},
|
|
};
|