feat(main): 콘텐츠 탭 타이틀바를 정리한다
This commit is contained in:
@@ -175,7 +175,7 @@ struct MainView: View {
|
||||
MainContentView(
|
||||
onTapCanCharge: handleHomeCanChargeTap,
|
||||
onTapSearch: handleHomeSearchTap,
|
||||
onTapNotificationList: handleHomeNotificationListTap,
|
||||
onTapStorage: handleContentStorageTap,
|
||||
onTapContent: handleRecommendationContentTap,
|
||||
onTapBanner: handleContentAudioBannerTap,
|
||||
onTapSeries: handleContentOriginalSeriesTap,
|
||||
@@ -583,6 +583,10 @@ struct MainView: View {
|
||||
}
|
||||
}
|
||||
|
||||
private func handleContentStorageTap() {
|
||||
AppState.shared.setAppStep(step: .myBox(currentTab: .orderlist))
|
||||
}
|
||||
|
||||
private func handleContentOriginalSeriesTap(seriesId: Int) {
|
||||
guard seriesId > 0 else { return }
|
||||
performRecommendationDetailAction {
|
||||
|
||||
Reference in New Issue
Block a user