mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
* feat(wechat/sogou): add new route * fix: get replace result * fix(docs): wrong route loc * fix: alpha order and rader rules
16 lines
540 B
JavaScript
16 lines
540 B
JavaScript
module.exports = {
|
|
'/announce': ['xyqfer'],
|
|
'/ce/:id': ['HenryQW'],
|
|
'/ershicimi/:id': ['sanmmm'],
|
|
'/data258/:id?': ['Rongronggg9'],
|
|
'/feeddd/:id': ['TonyRL', 'Rongronggg9'],
|
|
'/feeds': ['tylinux'],
|
|
'/mp/homepage/:biz/:hid/:cid?': ['MisteryMonster'],
|
|
'/mp/msgalbum/:biz/:aid': ['MisteryMonster'],
|
|
'/sogou/:id': ['NavePnow'],
|
|
'/tgchannel/:id/:mpName?/:searchQueryType?': ['LogicJake', 'Rongronggg9'],
|
|
'/uread/:userid': ['kt286'],
|
|
'/wechat2rss/:id': ['TonyRL'],
|
|
'/wxnmh/:id': ['laampui'],
|
|
};
|