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

@@ -51,6 +51,10 @@ const cn = {
},
},
Avatar: "头像",
FontSize: {
Title: "字体大小",
SubTitle: "聊天内容的字体大小",
},
Update: {
Version: (x: string) => `当前版本:${x}`,
IsLatest: "已是最新版本",