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

@@ -53,6 +53,10 @@ const tw: LocaleType = {
},
},
Avatar: "大頭貼",
FontSize: {
Title: "字型大小",
SubTitle: "聊天內容的字型大小",
},
Update: {
Version: (x: string) => `當前版本:${x}`,
IsLatest: "已是最新版本",