feat: monsterhunter -> mhw

This commit is contained in:
DIYgod
2019-09-30 16:05:00 +08:00
parent aea94fa664
commit cf59d5f249
4 changed files with 7 additions and 6 deletions

View File

@@ -193,11 +193,11 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的
<Route author="sintak" example="/gouhuo/strategy" path="/gouhuo/strategy"/>
## 怪物猎人
## 怪物猎人世界
### 更新
### 更新情报
<Route author="DIYgod" example="/monsterhunter/update" path="/monsterhunter/update"/>
<Route author="DIYgod" example="/mhw/update" path="/mhw/update"/>
## 旅法师营地

View File

@@ -156,11 +156,11 @@ pageClass: routes
<Route author="maple3142" example="/xiaomieu/releases" path="/xiaomieu/releases"/>
## 怪物猎人
## 怪物猎人世界
### 更新
见 [#怪物猎人](/game.html#guai-wu-lie-ren)
见 [#怪物猎人世界](/game.html#guai-wu-lie-ren-shi-jie)
## 厚墨

View File

@@ -1438,6 +1438,7 @@ router.get('/yxdzqb/:type', require('./routes/yxdzqb'));
// 怪物猎人
router.get('/monsterhunter/update', require('./routes/monsterhunter/update'));
router.get('/mhw/update', require('./routes/mhw/update'));
// 005.tv
router.get('/005tv/zx/latest', require('./routes/005tv/zx'));

View File

@@ -61,7 +61,7 @@ module.exports = async (ctx) => {
);
ctx.state.data = {
title: '怪物猎人更新情报',
title: '怪物猎人世界更新情报',
link: url2,
item: result2.concat(result1),
};