mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-04-26 04:54:27 +08:00
feat: add search box and title above model list
This commit is contained in:
@@ -758,6 +758,9 @@ const cn = {
|
||||
Import: "导入",
|
||||
Sync: "同步",
|
||||
Config: "配置",
|
||||
Search: "搜索",
|
||||
SelectorTitle: "选择model",
|
||||
NoResults: "没有结果",
|
||||
},
|
||||
Exporter: {
|
||||
Description: {
|
||||
|
||||
@@ -764,6 +764,9 @@ const en: LocaleType = {
|
||||
Import: "Import",
|
||||
Sync: "Sync",
|
||||
Config: "Config",
|
||||
Search: "Search",
|
||||
SelectorTitle: "Choose Model",
|
||||
NoResults: "No Results",
|
||||
},
|
||||
Exporter: {
|
||||
Description: {
|
||||
|
||||
Reference in New Issue
Block a user