diff --git a/README.md b/README.md index e6c9010cd..d4e2afe65 100644 --- a/README.md +++ b/README.md @@ -180,11 +180,13 @@ RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇 - 公告通知 - 机核网 - 分类 -- 国家地理 National Geographic +- 国家地理 - 分类 - ONE · 一个 -- Firefox - Release note - +- Firefox + - Release note + + ## 鸣谢 diff --git a/docs/README.md b/docs/README.md index 48aca3b8d..137f5bcc0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1490,7 +1490,7 @@ id, 专辑 id, 可在对应专辑页面的 URL 中找到 | ---- | ---- | ---- | | 1 | 2 | 9 | -## 国家地理 National Geographic +## 国家地理 ### 分类 @@ -1500,7 +1500,7 @@ id, 专辑 id, 可在对应专辑页面的 URL 中找到 [https://rsshub.app/natgeo/news/ngnews](https://rsshub.app/natgeo/news/ngnews) -路由: `/natgeo/:cat/:type?/:option?` +路由: `/natgeo/:cat/:type?` 参数: cat, 分类; type, 类型 diff --git a/router.js b/router.js index 43d311f76..de2888433 100644 --- a/router.js +++ b/router.js @@ -342,7 +342,7 @@ router.get('/pku/eecs/:type?', require('./routes/pku/eecs')); // 机核 router.get('/gcores/category/:category', require('./routes/gcores/category')); -// 国家地理 National Geographic +// 国家地理 router.get('/natgeo/:cat/:type?', require('./routes/natgeo/natgeo')); // 一个