RSSHub/lib/routes/hellogithub/maintainer.ts

10 lines
291 B
TypeScript

export default {
'/article/:sort?/:id?': ['moke8', 'nczitzk'],
'/hot/:id?': ['nczitzk'],
'/last/:id?': ['nczitzk'],
'/month': ['moke8', 'nczitzk'],
'/ranking/:type?': ['moke8', 'nczitzk'],
'/report/:type?': ['nczitzk'],
'/volume': ['nczitzk', 'CaoMeiYouRen'],
};