module.exports = { '8world.com': { _name: '8视界', '.': [ { title: '分类', docs: 'https://docs.rsshub.app/routes/new-media#8-shi-jie-fen-lei', source: ['/:category', '/'], target: '/8world/:category?', }, { title: '标签', docs: 'https://docs.rsshub.app/routes/new-media#8-shi-jie-biao-qian', source: ['/topic/:id', '/'], target: '/8world/topic/:id', }, ], }, };