feat: nga title
This commit is contained in:
parent
d4f398bd28
commit
5d639f916d
12
docs/game.md
12
docs/game.md
|
|
@ -191,6 +191,12 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的
|
|||
| ------ | ---- | -------- |
|
||||
| update | hot | spent |
|
||||
|
||||
## 公主链接
|
||||
|
||||
### 日服公告
|
||||
|
||||
<Route author="SayaSS" example="/pcr/news" path="/pcr/news"/>
|
||||
|
||||
## 篝火营地
|
||||
|
||||
### 游戏资讯
|
||||
|
|
@ -362,9 +368,3 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的
|
|||
### 公告
|
||||
|
||||
<Route author="magic-akari" example="/kirara/news" path="/kirara/news"/>
|
||||
|
||||
## 公主链接
|
||||
|
||||
### 日服公告
|
||||
|
||||
<Route author="SayaSS" example="/pcr/news" path="/pcr/news"/>
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ module.exports = async (ctx) => {
|
|||
);
|
||||
|
||||
ctx.state.data = {
|
||||
title: `NGA - ${forumname}`,
|
||||
title: `NGA-${forumname}${recommend ? '-精华' : ''}`,
|
||||
link: `https://nga.178.com/thread.php?fid=${fid}`,
|
||||
description: 'NGA是国内专业的游戏玩家社区,魔兽世界,英雄联盟,炉石传说,风暴英雄,暗黑破坏神3(D3)游戏攻略讨论,以及其他热门游戏玩家社区',
|
||||
item: resultItem,
|
||||
|
|
|
|||
Loading…
Reference in New Issue