style: auto format
This commit is contained in:
parent
7c9a4991d3
commit
0030283554
68
docs/game.md
68
docs/game.md
|
|
@ -109,6 +109,40 @@ pageClass: routes
|
|||
|
||||
<Route author="TonyRL" example="/gameapps" path="/gameapps"/>
|
||||
|
||||
## Gamer Secret
|
||||
|
||||
### 最新資訊
|
||||
|
||||
<Route author="nczitzk" example="/gamersecret" path="/gamersecret"/>
|
||||
|
||||
### 分類
|
||||
|
||||
<Route author="nczitzk" example="/gamersecret/pc" path="/gamersecret/:type?/:category?" :paramsDesc="['类型,见下表,默认为 Latest News', '分类,见下表,默认为空']">
|
||||
|
||||
| Latest News | PC | Playstation | Nintendo | Xbox | Moblie |
|
||||
| ----------- | -- | ----------- | -------- | ---- | ------ |
|
||||
| latest-news | pc | playstation | nintendo | xbox | moblie |
|
||||
|
||||
或者
|
||||
|
||||
| GENERAL | GENERAL EN | MOBILE | MOBILE EN |
|
||||
| ---------------- | ------------------ | --------------- | ----------------- |
|
||||
| category/general | category/generalen | category/mobile | category/mobileen |
|
||||
|
||||
| NINTENDO | NINTENDO EN | PC | PC EN |
|
||||
| ----------------- | ------------------- | ----------- | ------------- |
|
||||
| category/nintendo | category/nintendoen | category/pc | category/pcen |
|
||||
|
||||
| PLAYSTATION | PLAYSTATION EN | REVIEWS |
|
||||
| -------------------- | ---------------------- | ---------------- |
|
||||
| category/playstation | category/playstationen | category/reviews |
|
||||
|
||||
| XBOX | XBOX EN |
|
||||
| ------------- | --------------- |
|
||||
| category/xbox | category/xboxen |
|
||||
|
||||
</Route>
|
||||
|
||||
## GameRes 游资网
|
||||
|
||||
### 热点推荐
|
||||
|
|
@ -151,40 +185,6 @@ pageClass: routes
|
|||
|
||||
</Route>
|
||||
|
||||
## Gamer Secret
|
||||
|
||||
### 最新資訊
|
||||
|
||||
<Route author="nczitzk" example="/gamersecret" path="/gamersecret"/>
|
||||
|
||||
### 分類
|
||||
|
||||
<Route author="nczitzk" example="/gamersecret/pc" path="/gamersecret/:type?/:category?" :paramsDesc="['类型,见下表,默认为 Latest News', '分类,见下表,默认为空']">
|
||||
|
||||
| Latest News | PC | Playstation | Nintendo | Xbox | Moblie |
|
||||
| ----------- | -- | ----------- | -------- | ---- | ------ |
|
||||
| latest-news | pc | playstation | nintendo | xbox | moblie |
|
||||
|
||||
或者
|
||||
|
||||
| GENERAL | GENERAL EN | MOBILE | MOBILE EN |
|
||||
| ---------------- | ------------------ | --------------- | ----------------- |
|
||||
| category/general | category/generalen | category/mobile | category/mobileen |
|
||||
|
||||
| NINTENDO | NINTENDO EN | PC | PC EN |
|
||||
| ----------------- | ------------------- | ----------- | ------------- |
|
||||
| category/nintendo | category/nintendoen | category/pc | category/pcen |
|
||||
|
||||
| PLAYSTATION | PLAYSTATION EN | REVIEWS |
|
||||
| -------------------- | ---------------------- | ---------------- |
|
||||
| category/playstation | category/playstationen | category/reviews |
|
||||
|
||||
| XBOX | XBOX EN |
|
||||
| ------------- | --------------- |
|
||||
| category/xbox | category/xboxen |
|
||||
|
||||
</Route>
|
||||
|
||||
## GNN.tw 游戏新闻
|
||||
|
||||
### GNN.tw 游戏新闻
|
||||
|
|
|
|||
Loading…
Reference in New Issue