mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-11 08:19:01 +08:00
fix: @cherry/memory i18n key wrong (#9164)
This commit is contained in:
parent
a172a1052a
commit
a4c61bcd66
@ -293,7 +293,7 @@ export const getFileFieldLabel = (key: string): string => {
|
|||||||
|
|
||||||
const builtInMcpDescriptionKeyMap = {
|
const builtInMcpDescriptionKeyMap = {
|
||||||
'@cherry/mcp-auto-install': 'settings.mcp.builtinServersDescriptions.mcp_auto_install',
|
'@cherry/mcp-auto-install': 'settings.mcp.builtinServersDescriptions.mcp_auto_install',
|
||||||
'@cherry/memory': 'settings.mcp.builtinServersDescriptions.mcp_auto_install',
|
'@cherry/memory': 'settings.mcp.builtinServersDescriptions.memory',
|
||||||
'@cherry/sequentialthinking': 'settings.mcp.builtinServersDescriptions.sequentialthinking',
|
'@cherry/sequentialthinking': 'settings.mcp.builtinServersDescriptions.sequentialthinking',
|
||||||
'@cherry/brave-search': 'settings.mcp.builtinServersDescriptions.brave_search',
|
'@cherry/brave-search': 'settings.mcp.builtinServersDescriptions.brave_search',
|
||||||
'@cherry/fetch': 'settings.mcp.builtinServersDescriptions.fetch',
|
'@cherry/fetch': 'settings.mcp.builtinServersDescriptions.fetch',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user