feat: 1)add font source 2)add validator in ListItem 3)settings page ui optiminize

This commit is contained in:
Dean-YZG
2024-05-07 15:05:29 +08:00
parent 4e4431339f
commit 240d330001
16 changed files with 77 additions and 19 deletions

View File

@@ -170,6 +170,7 @@ const cn = {
InputTemplate: {
Title: "用户输入预处理",
SubTitle: "用户最新的一条消息会填充到此模板",
Error: "模板中必须携带占位符{{input}}",
},
Update: {

View File

@@ -174,6 +174,7 @@ const en: LocaleType = {
InputTemplate: {
Title: "Input Template",
SubTitle: "Newest message will be filled to this template",
Error: "Placeholder {{input}} must be included in the template",
},
Update: {