feat: add font size setting

This commit is contained in:
伏晓
2023-03-28 14:37:44 +08:00
parent cfbe6d77b5
commit f979822508
6 changed files with 36 additions and 1 deletions

View File

@@ -55,6 +55,10 @@ const en: LocaleType = {
},
},
Avatar: "Avatar",
FontSize: {
Title: "Font Size",
SubTitle: "Adjust font size of chat content",
},
Update: {
Version: (x: string) => `Version: ${x}`,
IsLatest: "Latest version",