UPDATE: New data 4.1.5
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 48s
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 48s
This commit is contained in:
@@ -5,7 +5,6 @@ export interface ASGroupDetail {
|
||||
ID: number;
|
||||
ChallengeGroupType: string;
|
||||
Name: Record<string, string>;
|
||||
Image: ASGroupImage;
|
||||
BeginTime: string;
|
||||
EndTime: string;
|
||||
BuffList1: ASBuff[];
|
||||
@@ -13,13 +12,6 @@ export interface ASGroupDetail {
|
||||
Level: ASLevel[];
|
||||
}
|
||||
|
||||
export interface ASGroupImage {
|
||||
BackGroundPath: string;
|
||||
TabPicPath: string;
|
||||
TabPicSelectPath: string;
|
||||
ThemePicPath: string;
|
||||
}
|
||||
|
||||
export interface ASBuff {
|
||||
ID: number;
|
||||
Param: number[];
|
||||
|
||||
@@ -4,19 +4,11 @@ export interface MOCGroupDetail {
|
||||
ID: number;
|
||||
ChallengeGroupType: string;
|
||||
Name: Record<string, string>;
|
||||
Image: MoCImage;
|
||||
BeginTime: string;
|
||||
EndTime: string;
|
||||
Level: MoCLevel[];
|
||||
}
|
||||
|
||||
export interface MoCImage {
|
||||
BackGroundPath: string;
|
||||
TabPicPath: string;
|
||||
TabPicSelectPath: string;
|
||||
ThemePicPath: string;
|
||||
}
|
||||
|
||||
export interface MoCLevel {
|
||||
Floor: number;
|
||||
ID: number;
|
||||
|
||||
@@ -4,19 +4,11 @@ export interface PeakGroupDetail {
|
||||
ID: number;
|
||||
ChallengeGroupType: string;
|
||||
Name: Record<string, string>;
|
||||
Image: PeakGroupImage;
|
||||
PreLevel: PeakMazeConfig[];
|
||||
BossLevel: PeakMazeConfig | null;
|
||||
BossConfig: PeakBossConfig | null;
|
||||
}
|
||||
|
||||
export interface PeakGroupImage {
|
||||
ThemePosterTabPicPath: string;
|
||||
ThemeIconPicPath: string;
|
||||
HandBookPanelBannerPath: string;
|
||||
RankIconPathList: string[];
|
||||
}
|
||||
|
||||
export interface PeakMazeConfig {
|
||||
ID: number;
|
||||
Name: Record<string, string>;
|
||||
|
||||
@@ -2,7 +2,6 @@ export interface PFGroupDetail {
|
||||
ID: number;
|
||||
ChallengeGroupType: string;
|
||||
Name: Record<string, string>;
|
||||
Image: PFGroupImage;
|
||||
BeginTime: string;
|
||||
EndTime: string;
|
||||
SubOption: MazeBuff[];
|
||||
@@ -10,13 +9,6 @@ export interface PFGroupDetail {
|
||||
Level: LevelData[];
|
||||
}
|
||||
|
||||
export interface PFGroupImage {
|
||||
BackGroundPath: string;
|
||||
TabPicPath: string;
|
||||
TabPicSelectPath: string;
|
||||
ThemePicPath: string;
|
||||
}
|
||||
|
||||
export interface MazeBuff {
|
||||
ID: number;
|
||||
Param: number[];
|
||||
|
||||
Reference in New Issue
Block a user