Skip to content

Commit

Permalink
Show replies for hidden bangumi
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Jan 13, 2024
1 parent a75eeb3 commit 8d5ee10
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions app/src/main/java/me/iacn/biliroaming/hook/BangumiSeasonHook.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1487,10 +1487,19 @@ class BangumiSeasonHook(classLoader: ClassLoader) : BaseHook(classLoader) {
}
}
val tabDefault = tab {
tabModule.add(tabModule {
tabModule += tabModule {
tabType = TabType.TAB_INTRODUCTION
introduction = introductionTab
})
}
tabModule += tabModule {
tabType = TabType.TAB_REPLY
reply = replyTab {
replyStyle = replyStyle {
badgeType = 0L
}
title = "评论"
}
}
}

val viewPgcAny = viewPgcAny {
Expand Down

0 comments on commit 8d5ee10

Please sign in to comment.