feat: discovery icon

This commit is contained in:
Dogtiti
2024-07-24 20:41:41 +08:00
parent 2a1c05a028
commit fd441d9303
5 changed files with 23 additions and 3 deletions

View File

@@ -458,6 +458,9 @@ const cn = {
Plugin: {
Name: "插件",
},
Discovery: {
Name: "发现",
},
FineTuned: {
Sysmessage: "你是一个助手",
},

View File

@@ -465,6 +465,9 @@ const en: LocaleType = {
Plugin: {
Name: "Plugin",
},
Discovery: {
Name: "Discovery",
},
FineTuned: {
Sysmessage: "You are an assistant that",
},