diff --git a/docs/game.md b/docs/game.md
index 72c688c37..dc71f5f11 100644
--- a/docs/game.md
+++ b/docs/game.md
@@ -551,6 +551,16 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的
+## 游戏动力
+
+### 游戏资讯
+
+
+| Switch | PS4 | PC | Xbox |
+| -------- | -------- | -------- | -------- |
+| 1 | 2 | 3 | 4 |
+
+
## 游戏时光
### 游戏时光新闻
@@ -565,16 +575,6 @@ Example: `https://store.steampowered.com/search/?specials=1&term=atelier` 中的
-## 游戏动力
-
-### 游戏资讯
-
-
-| Switch | PS4 | PC | Xbox |
-| -------- | -------- | -------- | -------- |
-| 1 | 2 | 3 | 4 |
-
-
## 游研社
### 游研社 - 分类文章
diff --git a/lib/routes/vgn/index.js b/lib/routes/vgn/index.js
index 87fca1df2..ce0eaf2e4 100644
--- a/lib/routes/vgn/index.js
+++ b/lib/routes/vgn/index.js
@@ -24,4 +24,4 @@ module.exports = async (ctx) => {
link: `https://vgn.cn/detail/${item.id}`,
})),
};
-};
\ No newline at end of file
+};