fix: typos in twreporter (#6084)

This commit is contained in:
Enoch Ma 2020-11-02 18:57:58 +08:00 committed by GitHub
parent 8af58a2821
commit f08a84b55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -537,7 +537,7 @@ Supported sub-sites:
<Route author="nwindz" example="/hinatazaka46/blog" path="/hinatazaka46/blog" />
## 報
## 報
### 最新

View File

@ -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'));

View File

@ -29,7 +29,7 @@ module.exports = async (ctx) => {
})
);
ctx.state.data = {
title: `者 | ${category}`,
title: `者 | ${category}`,
link: url,
item: out,
};

View File

@ -27,7 +27,7 @@ module.exports = async (ctx) => {
})
);
ctx.state.data = {
title: `者 | 最新`,
title: `者 | 最新`,
link: url,
item: out,
};

View File

@ -50,7 +50,7 @@ module.exports = async (ctx) => {
);
ctx.state.data = {
title: `者 | 影像`,
title: `者 | 影像`,
link: url,
item: coverView.concat(listView),
};