From de41c4aff2f146d8385f33d5ed9bbb303c45fcba Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 10 Jan 2021 07:41:20 +0000 Subject: [PATCH] style: auto format --- docs/new-media.md | 7 +++---- lib/router.js | 1 - lib/routes/mofish/index.js | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/new-media.md b/docs/new-media.md index eec38865f..a9b2f164d 100644 --- a/docs/new-media.md +++ b/docs/new-media.md @@ -2032,6 +2032,9 @@ column 为 third 时可选的 category: +## 鱼塘热榜 + + ## 遠見 @@ -2113,7 +2116,3 @@ QueryString: ### 全文 - -## 鱼塘热榜 - - \ No newline at end of file diff --git a/lib/router.js b/lib/router.js index 9f95ea46b..75ec51820 100644 --- a/lib/router.js +++ b/lib/router.js @@ -3817,5 +3817,4 @@ router.get('/simpread/changelog', require('./routes/simpread/changelog')); // Radio Free Asia router.get('/rfa/:language?/:channel?/:subChannel?', require('./routes/rfa/index')); - module.exports = router; diff --git a/lib/routes/mofish/index.js b/lib/routes/mofish/index.js index f99bf3087..e8890bf1c 100644 --- a/lib/routes/mofish/index.js +++ b/lib/routes/mofish/index.js @@ -26,4 +26,4 @@ module.exports = async (ctx) => { guid: item.id, })), }; -}; \ No newline at end of file +};