-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[Design] 마이페이지 설정 UI 및 폰트 변경 기능
- Loading branch information
Showing
8 changed files
with
221 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export const FONT_SIZE = [ | ||
{ | ||
id: 0, | ||
label: "기본", | ||
size: 1, | ||
}, | ||
{ | ||
id: 1, | ||
label: "1.2배", | ||
size: 1.2, | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
export const LANGUAGE = [{ | ||
id: 0, | ||
kor:"한국어", | ||
eng: "ko", | ||
text: "한국어" | ||
},{ | ||
id: 1, | ||
kor:"영어", | ||
eng: "en", | ||
text: "English" | ||
},{ | ||
id: 2, | ||
kor:"중국어", | ||
eng: "zh", | ||
text: "中文" | ||
},{ | ||
id: 3, | ||
kor:"일본어", | ||
eng: "ja", | ||
text: "日本語" | ||
},{ | ||
id: 4, | ||
kor:"베트남어", | ||
eng: "vi", | ||
text: "tiếng Việt" | ||
},{ | ||
id: 5, | ||
kor:"타갈로그어", | ||
eng: "pi", | ||
text: "Tagalog" | ||
}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.