style: auto format

This commit is contained in:
GitHub Action 2020-12-12 16:18:50 +00:00
parent 1aba2cb283
commit 7eca233758
2 changed files with 11 additions and 11 deletions

View File

@ -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>
## 游研社
### 游研社 - 分类文章

View File

@ -24,4 +24,4 @@ module.exports = async (ctx) => {
link: `https://vgn.cn/detail/${item.id}`,
})),
};
};
};