mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 07:12:51 +08:00
* feat(route): add MyFigureCollection * docs: fix typo * fix: add more pictures & add easy-to-read forms * fix: some items are inaccessible * fix: bad urls * fix: pictures without weight and height
5 lines
181 B
JavaScript
5 lines
181 B
JavaScript
module.exports = {
|
|
'/activity/:category?/:language?/:latestAdditions?/:latestEdits?/:latestAlerts?/:latestPictures?': ['nczitzk'],
|
|
'/:category?/:language?': ['nczitzk'],
|
|
};
|