fix: fzu wrong spelling (#6079)
This commit is contained in:
parent
8d98d1e307
commit
74f0dc0d99
|
|
@ -442,7 +442,7 @@ xskb1 对应 <http://www.auto.uestc.edu.cn/index/xskb1.htm>
|
|||
|
||||
## 福州大学
|
||||
|
||||
### 教务处教务通知
|
||||
### 教务处教学通知
|
||||
|
||||
<Route author="Lao-Liu233" example="/fzu/jxtz" path="/fzu/jxtz"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}`,
|
||||
Loading…
Reference in New Issue