style: auto format
This commit is contained in:
parent
b03a66bdd2
commit
de41c4aff2
|
|
@ -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 获取']" />
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -26,4 +26,4 @@ module.exports = async (ctx) => {
|
|||
guid: item.id,
|
||||
})),
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue