mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
* fix(route): 修复 newrank 列举公众号文章的 URL; 增加缺少的 n-token 参数; 文档中说明必须自建 * fix(route): newrank: code review update * feat(route): 获取 newrank 得出的微信公众号链接的全文 * refactor: migrate to v2 ---------
5 lines
142 B
JavaScript
5 lines
142 B
JavaScript
module.exports = (router) => {
|
|
router.get('/douyin/:dyid', require('./douyin'));
|
|
router.get('/wechat/:wxid', require('./wechat'));
|
|
};
|