Files
RSSHub/lib/v2/minecraft/radar.js
2023-08-15 03:12:12 +01:00

14 lines
333 B
JavaScript

module.exports = {
'minecraft.net': {
_name: '我的世界',
'.': [
{
title: 'Java 版游戏更新',
docs: 'https://docs.rsshub.app/routes/game#minecraft',
source: ['/'],
target: '/minecraft/version',
},
],
},
};