feat(main): 메인 탭 화면을 추가한다
This commit is contained in:
@@ -2983,6 +2983,7 @@ If you block this user, the following features will be restricted.
|
||||
|
||||
enum Tab {
|
||||
static var home: String { pick(ko: "홈", en: "Home", ja: "ホーム") }
|
||||
static var content: String { pick(ko: "콘텐츠", en: "Content", ja: "コンテンツ") }
|
||||
static var live: String { pick(ko: "라이브", en: "Live", ja: "ライブ") }
|
||||
static var chat: String { pick(ko: "채팅", en: "Chat", ja: "チャット") }
|
||||
static var my: String { pick(ko: "마이", en: "My", ja: "マイ") }
|
||||
|
||||
Reference in New Issue
Block a user