fix: typos in twreporter (#6084)
This commit is contained in:
parent
8af58a2821
commit
f08a84b55e
|
|
@ -537,7 +537,7 @@ Supported sub-sites:
|
|||
|
||||
<Route author="nwindz" example="/hinatazaka46/blog" path="/hinatazaka46/blog" />
|
||||
|
||||
## 報道者
|
||||
## 報導者
|
||||
|
||||
### 最新
|
||||
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ router.get('/bangumi/group/:id', require('./routes/bangumi/group/topic'));
|
|||
router.get('/bangumi/subject/:id', require('./routes/bangumi/subject'));
|
||||
router.get('/bangumi/user/blog/:id', require('./routes/bangumi/user/blog'));
|
||||
|
||||
// 報道者
|
||||
// 報導者
|
||||
router.get('/twreporter/newest', require('./routes/twreporter/newest'));
|
||||
router.get('/twreporter/photography', require('./routes/twreporter/photography'));
|
||||
router.get('/twreporter/category/:cid', require('./routes/twreporter/category'));
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ module.exports = async (ctx) => {
|
|||
})
|
||||
);
|
||||
ctx.state.data = {
|
||||
title: `報道者 | ${category}`,
|
||||
title: `報導者 | ${category}`,
|
||||
link: url,
|
||||
item: out,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ module.exports = async (ctx) => {
|
|||
})
|
||||
);
|
||||
ctx.state.data = {
|
||||
title: `報道者 | 最新`,
|
||||
title: `報導者 | 最新`,
|
||||
link: url,
|
||||
item: out,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ module.exports = async (ctx) => {
|
|||
);
|
||||
|
||||
ctx.state.data = {
|
||||
title: `報道者 | 影像`,
|
||||
title: `報導者 | 影像`,
|
||||
link: url,
|
||||
item: coverView.concat(listView),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue