mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
* 支持更多地址直接显示正文 * bug: Incomplete regular expression for hostnames * refactor: migrate to v2 * docs: fix linebreak
7 lines
161 B
JavaScript
7 lines
161 B
JavaScript
module.exports = {
|
|
'/news/:category?': ['tgly307', 'zengxs'],
|
|
'/topic/:topic': ['loveely7'],
|
|
'/u/:id': ['dxmpalb'],
|
|
'/user/:id': ['dxmpalb'],
|
|
};
|