Skip to content

Commit

Permalink
feat: 增加开拓芯版面 (enpitsuLin#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrantG authored Jul 12, 2024
1 parent 9413a05 commit 97322c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ export const SKLAND_ATTENDANCE_URL = 'https://zonai.skland.com/api/v1/game/atten
/** 登岛检票 url */
export const SKLAND_CHECKIN_URL = 'https://zonai.skland.com/api/v1/score/checkin'

export const SKLAND_BOARD_IDS = [SklandBoard.Arknight, SklandBoard.Gryphfrontier, SklandBoard.Endfield, SklandBoard.Popucom, SklandBoard.Neste]
export const SKLAND_BOARD_IDS = [SklandBoard.Arknight, SklandBoard.Gryphfrontier, SklandBoard.Endfield, SklandBoard.Popucom, SklandBoard.Neste, SklandBoard.Coreblazer]
export const SKLAND_BOARD_NAME_MAPPING: Record<SklandBoard, string> = {
[SklandBoard.Arknight]: '明日方舟',
[SklandBoard.Gryphfrontier]: '来自星辰',
[SklandBoard.Endfield]: '明日方舟: 终末地',
[SklandBoard.Popucom]: '泡姆泡姆',
[SklandBoard.Neste]: '纳斯特港',
[SklandBoard.Coreblazer]: '开拓芯',
}
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ export enum SklandBoard {
Popucom = 4,
/** 纳斯特港 */
Neste = 100,
/** 开拓芯 */
Coreblazer = 101
}

0 comments on commit 97322c2

Please sign in to comment.