mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 21:01:32 +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 = {
|
||||
'@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/brave-search': 'settings.mcp.builtinServersDescriptions.brave_search',
|
||||
'@cherry/fetch': 'settings.mcp.builtinServersDescriptions.fetch',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user