Skip to content

Commit

Permalink
fix(route): 米游社 - 同人榜 路由 新增 绝区零 (#16116)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen authored Jul 8, 2024
1 parent 88040a7 commit 6a29ca3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/routes/mihoyo/bbs/img-ranking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ export const route: Route = {
| rankingType | 排行榜类型(崩坏二没有日榜) | daily/weekly/monthly | daily |
| lastId | 当前页 id(用于分页) | 数字 | 1 |
游戏缩写(目前绝区零还没有同人榜
游戏缩写
| 崩坏三 | 原神 | 崩坏二 | 未定事件簿 | 星穹铁道 | 大别野 |
| ------ | ---- | ------ | ---------- | -------- | ------ |
| bh3 | ys | bh2 | wd | sr | dby |
| 崩坏三 | 原神 | 崩坏二 | 未定事件簿 | 星穹铁道 | 大别野 | 绝区零 |
| ------ | ---- | ------ | ---------- | -------- | ------ | ------ |
| bh3 | ys | bh2 | wd | sr | dby | zzz |
主榜类型
Expand Down
7 changes: 7 additions & 0 deletions lib/routes/mihoyo/bbs/static-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ const DATA_MAP = {
zzz: {
title: '绝区零',
gids: 8,
default_forum: 'tongren',
forums: {
tongren: {
title: '同人',
forum_id: 59,
},
},
},
dby: {
title: '大别野',
Expand Down

0 comments on commit 6a29ca3

Please sign in to comment.