feat(route): add yuzu emulator blog (#7947)

Co-authored-by: NeverBehave <gayhub@never.pet>
This commit is contained in:
Ethan Shen
2021-08-12 17:15:19 +08:00
committed by GitHub
parent fea5824dfe
commit 7c00f4b190
4 changed files with 67 additions and 0 deletions

View File

@@ -4169,6 +4169,9 @@ router.get('/tanchinese/:category?', require('./routes/tanchinese'));
// Harvard
router.get('/harvard/health/blog', require('./routes/universities/harvard/health/blog'));
// yuzu emulator
router.get('/yuzu-emu/entry', require('./routes/yuzu-emu/entry'));
// 温州大学
router.get('/wzu/news', require('./routes/universities/wzu/news'));