style: auto format
This commit is contained in:
parent
1aba2cb283
commit
7eca233758
20
docs/game.md
20
docs/game.md
|
|
@ -551,6 +551,16 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的
|
|||
|
||||
</Route>
|
||||
|
||||
## 游戏动力
|
||||
|
||||
### 游戏资讯
|
||||
|
||||
<Route author="wy916787036" example="/vgn" path="/vgn/:platform?" :paramsDesc="['平台,见下表,默认为全部']">
|
||||
| Switch | PS4 | PC | Xbox |
|
||||
| -------- | -------- | -------- | -------- |
|
||||
| 1 | 2 | 3 | 4 |
|
||||
</Route>
|
||||
|
||||
## 游戏时光
|
||||
|
||||
### 游戏时光新闻
|
||||
|
|
@ -565,16 +575,6 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的
|
|||
|
||||
<Route author="DIYgod" example="/vgtime/keyword/怪物猎人" path="/vgtime/keyword/:keyword" radar="1" rssbud="1"/>
|
||||
|
||||
## 游戏动力
|
||||
|
||||
### 游戏资讯
|
||||
|
||||
<Route author="wy916787036" example="/vgn" path="/vgn/:platform?" :paramsDesc="['平台,见下表,默认为全部']">
|
||||
| Switch | PS4 | PC | Xbox |
|
||||
| -------- | -------- | -------- | -------- |
|
||||
| 1 | 2 | 3 | 4 |
|
||||
</Route>
|
||||
|
||||
## 游研社
|
||||
|
||||
### 游研社 - 分类文章
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ module.exports = async (ctx) => {
|
|||
link: `https://vgn.cn/detail/${item.id}`,
|
||||
})),
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue