-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(route): add 虎嗅频道 & 源流 #13945
feat(route): add 虎嗅频道 & 源流 #13945
Conversation
Successfully generated as following: http://localhost:1200/huxiu/channel/10 - Failed ❌
http://localhost:1200/huxiu/club/1000 - Failed ❌
|
Successfully generated as following: http://localhost:1200/huxiu/channel/10 - Failed ❌
http://localhost:1200/huxiu/club/1000 - Failed ❌
|
lib/v2/huxiu/router.js
Outdated
@@ -1,9 +1,12 @@ | |||
module.exports = (router) => { | |||
router.get('/article', require('./article')); | |||
router.get('/author/:id', require('./author')); | |||
router.get('/article/:id?', require('./channel')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
router.get('/article/:id?', require('./channel')); | |
router.get('/article', require('./channel')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reviews. 😊
website/docs/routes/new-media.mdx
Outdated
|
||
<Route author="HenryQW" example="/huxiu/article" path="/huxiu/article" /> | ||
<Route author="HenryQW nczitzk" example="/huxiu/article" path="/huxiu/article" radar="1" rssbud="1" supportBT="1" supportPodcast="1"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove all rssbud="1"
in the docs.
a975237
Successfully generated as following: http://localhost:1200/huxiu/channel/10 - Failed ❌
http://localhost:1200/huxiu/club/1000 - Failed ❌
|
Involved Issue / 该 PR 相关 Issue
Close #13912
Example for the Proposed Route(s) / 路由地址示例
New RSS Route Checklist / 新 RSS 路由检查表
Puppeteer
Note / 说明