fix: fzu wrong spelling (#6079)

This commit is contained in:
Lao-Liu233 2020-11-02 19:16:29 +08:00 committed by GitHub
parent 8d98d1e307
commit 74f0dc0d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -442,7 +442,7 @@ xskb1 对应 <http://www.auto.uestc.edu.cn/index/xskb1.htm>
## 福州大学
### 教务处教通知
### 教务处教通知
<Route author="Lao-Liu233" example="/fzu/jxtz" path="/fzu/jxtz"/>

View File

@ -877,7 +877,7 @@ router.get('/usst/jwc', require('./routes/universities/usst/jwc'));
router.get('/lyu/news/:type', require('./routes/universities/lyu/news/index'));
// 福州大学
router.get('/fzu/jwch', require('./routes/universities/fzu/jwch'));
router.get('/fzu/jxtz', require('./routes/universities/fzu/jxtz'));
router.get('/fzu/zjjz', require('./routes/universities/fzu/zjjz'));
// ifanr

View File

@ -10,9 +10,9 @@ module.exports = async (ctx) => {
const data = response.data.data;
ctx.state.data = {
title: `福州大学教务处教通知`,
title: `福州大学教务处教通知`,
link: `http://jwch.fzu.edu.cn/jxtz/`,
description: `福州大学教务处教通知`,
description: `福州大学教务处教通知`,
item: data.map((item) => ({
title: item.title,
description: `${item.title}`,