feat: add font size setting

This commit is contained in:
伏晓
2023-03-28 14:37:44 +08:00
parent a6e5921e70
commit 5f3fcc5d7a
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: "已是最新版本",