Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Dec 7, 2023
1 parent 5e0235f commit 8b143c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/kotlin/xyz/cssxsh/arknights/bilibili/Video.kt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ public data class Video(
internal val isAvoided: Int = 0,
@SerialName("is_charging_arc")
internal val isChargingArc: Boolean = false,
@SerialName("is_lesson_video")
internal val isLessonVideo: Int = 0,
@SerialName("attribute")
internal val attribute: Int = 0,
@SerialName("meta")
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/cssxsh/arknights/excel/Activity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public data class ActivityNode(

@Serializable
public enum class ActivityThemeType {
ROGUELIKE, CRISIS, MAINLINE, ACTIVITY
ROGUELIKE, CRISIS, CRISISV2, MAINLINE, ACTIVITY
}

@Serializable
Expand Down

0 comments on commit 8b143c4

Please sign in to comment.