diff --git a/docs/new-media.md b/docs/new-media.md index b8b68434db..30396ae6c4 100644 --- a/docs/new-media.md +++ b/docs/new-media.md @@ -2093,6 +2093,18 @@ column 为 third 时可选的 category: +## 眾新聞 + +### 眾聞 + + + +| 全部 | 經濟 | 社會 | 生活 | 政治 | 國際 | 台灣 | 人物 | 中國 | +| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | +| | 13 | 15 | 14 | 12 | 16 | 20 | 21 | 19 | + + + ## 装备前线 ### 首页最新帖子 @@ -2116,15 +2128,3 @@ QueryString: ### 全文 - -## 眾新聞 - -### 眾聞 - - - -| 全部 | 經濟 | 社會 | 生活 | 政治 | 國際 | 台灣 | 人物 | 中國 | -| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | -| | 13 | 15 | 14 | 12 | 16 | 20 | 21 | 19 | - - diff --git a/lib/router.js b/lib/router.js index aac79523e6..d8d1253aa9 100644 --- a/lib/router.js +++ b/lib/router.js @@ -3829,5 +3829,4 @@ router.get('/rfa/:language?/:channel?/:subChannel?', require('./routes/rfa/index // booth.pm router.get('/booth.pm/shop/:subdomain', require('./routes/booth-pm/shop')); - module.exports = router;