feat: complete the missing UI

This commit is contained in:
butterfly
2024-04-30 12:37:28 +08:00
parent 996537d262
commit c3d91bf0cd
21 changed files with 381 additions and 284 deletions

View File

@@ -263,6 +263,9 @@ const cn = {
Title: "编辑提示词",
},
},
Provider: {
Title: "自定义模型",
},
HistoryCount: {
Title: "附带历史消息数",
SubTitle: "每次请求携带的历史消息数",

View File

@@ -268,6 +268,9 @@ const en: LocaleType = {
Title: "Edit Prompt",
},
},
Provider: {
Title: "Custom Models",
},
HistoryCount: {
Title: "Attached Messages Count",
SubTitle: "Number of sent messages attached per request",