mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-03 13:56:55 +08:00
feat: 1)add font source 2)add validator in ListItem 3)settings page ui optiminize
This commit is contained in:
@@ -170,6 +170,7 @@ const cn = {
|
||||
InputTemplate: {
|
||||
Title: "用户输入预处理",
|
||||
SubTitle: "用户最新的一条消息会填充到此模板",
|
||||
Error: "模板中必须携带占位符{{input}}",
|
||||
},
|
||||
|
||||
Update: {
|
||||
|
@@ -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: {
|
||||
|
Reference in New Issue
Block a user