style: auto format

This commit is contained in:
GitHub Action 2021-01-10 07:41:20 +00:00
parent b03a66bdd2
commit de41c4aff2
3 changed files with 4 additions and 6 deletions

View File

@ -2032,6 +2032,9 @@ column 为 third 时可选的 category:
<Route author="nczitzk" example="/interesting-sky/recent-interesting" path="/interesting-sky/recent-interesting"/>
## 鱼塘热榜
<Route author="TheresaQWQ" example="/mofish/2" path="/mofish/:id" :paramsDesc="['分类id可以在 https://api.tophub.fun/GetAllType 获取']" />
## 遠見
<Route author="laampui" example="/gvm/index/health" path="/gvm/index/:category?" :paramsDesc="['見下表, 默認爲 newest']">
@ -2113,7 +2116,3 @@ QueryString:
### 全文
<Route author="HenryQW" example="/zzz" path="/zzz/index"/>
## 鱼塘热榜
<Route author="TheresaQWQ" example="/mofish/2" path="/mofish/:id" :paramsDesc="['分类id可以在 https://api.tophub.fun/GetAllType 获取']" />

View File

@ -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;

View File

@ -26,4 +26,4 @@ module.exports = async (ctx) => {
guid: item.id,
})),
};
};
};