chore(brand): 앱 명칭을 소다라이브로 변경한다
This commit is contained in:
@@ -49,7 +49,7 @@ struct MainContentView: View {
|
||||
onTapSeries: onTapSeries,
|
||||
onTapLatestAudioAll: { applyAllTab(type: .audio, sort: .latest) },
|
||||
onTapNewAndHotAll: onTapNewAndHotAll,
|
||||
onTapVoiceOnOnlyAll: { applyAllTab(type: .original, sort: .latest) },
|
||||
onTapSodaLiveOnlyAll: { applyAllTab(type: .original, sort: .latest) },
|
||||
onTapFreeAudioAll: { applyAllTab(type: .free, sort: .popular) },
|
||||
onTapPointAudioAll: { applyAllTab(type: .point, sort: .popular) }
|
||||
)
|
||||
|
||||
@@ -6,7 +6,7 @@ struct MainContentRecommendationView: View {
|
||||
let onTapSeries: (Int) -> Void
|
||||
let onTapLatestAudioAll: () -> Void
|
||||
let onTapNewAndHotAll: () -> Void
|
||||
let onTapVoiceOnOnlyAll: () -> Void
|
||||
let onTapSodaLiveOnlyAll: () -> Void
|
||||
let onTapFreeAudioAll: () -> Void
|
||||
let onTapPointAudioAll: () -> Void
|
||||
|
||||
@@ -31,9 +31,9 @@ struct MainContentRecommendationView: View {
|
||||
)
|
||||
|
||||
MainContentVoiceOnOnlySection(
|
||||
title: I18n.MainContentRecommendation.voiceOnOnlySectionTitle,
|
||||
title: I18n.MainContentRecommendation.sodaLiveOnlySectionTitle,
|
||||
items: recommendations.originalSeries,
|
||||
action: onTapVoiceOnOnlyAll,
|
||||
action: onTapSodaLiveOnlyAll,
|
||||
onTapSeries: onTapSeries
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user