feat: #close 1789 add user input template

This commit is contained in:
Yidadaa
2023-06-24 00:07:46 +08:00
parent fa9ceb5875
commit be597a551d
6 changed files with 113 additions and 54 deletions

View File

@@ -116,6 +116,12 @@ const en: LocaleType = {
Title: "Font Size",
SubTitle: "Adjust font size of chat content",
},
InputTemplate: {
Title: "Input Template",
SubTitle: "Newest message will be filled to this template",
},
Update: {
Version: (x: string) => `Version: ${x}`,
IsLatest: "Latest version",