mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
14 lines
333 B
JavaScript
14 lines
333 B
JavaScript
module.exports = {
|
|
'minecraft.net': {
|
|
_name: '我的世界',
|
|
'.': [
|
|
{
|
|
title: 'Java 版游戏更新',
|
|
docs: 'https://docs.rsshub.app/routes/game#minecraft',
|
|
source: ['/'],
|
|
target: '/minecraft/version',
|
|
},
|
|
],
|
|
},
|
|
};
|