mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
feat: monsterhunter -> mhw
This commit is contained in:
@@ -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"/>
|
||||
|
||||
## 旅法师营地
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
## 厚墨
|
||||
|
||||
|
||||
@@ -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'));
|
||||
|
||||
@@ -61,7 +61,7 @@ module.exports = async (ctx) => {
|
||||
);
|
||||
|
||||
ctx.state.data = {
|
||||
title: '怪物猎人更新情报',
|
||||
title: '怪物猎人世界更新情报',
|
||||
link: url2,
|
||||
item: result2.concat(result1),
|
||||
};
|
||||
Reference in New Issue
Block a user