mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
chore(web): rename settings to profile
This commit is contained in:
@@ -131,7 +131,7 @@ const navItems = computed(() => [
|
||||
icon: ['fas', 'chart-line'],
|
||||
},
|
||||
{
|
||||
title: t('sidebar.settings'),
|
||||
title: t('sidebar.profile'),
|
||||
name: 'profile',
|
||||
icon: ['fas', 'gear'],
|
||||
},
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
"memory": "Memory",
|
||||
"speech": "Speech",
|
||||
"email": "Email",
|
||||
"settings": "Settings",
|
||||
"profile": "Profile",
|
||||
"home": "Home",
|
||||
"mcp": "MCP",
|
||||
"platform": "Platform",
|
||||
|
||||
@@ -58,12 +58,12 @@
|
||||
"session":"会话",
|
||||
"chat": "对话",
|
||||
"bots": "Bots",
|
||||
"providers": "模型管理",
|
||||
"webSearch": "搜索提供方",
|
||||
"providers": "模型",
|
||||
"webSearch": "搜索",
|
||||
"memory": "记忆",
|
||||
"speech": "语音合成",
|
||||
"email": "邮件提供方",
|
||||
"settings": "设置",
|
||||
"speech": "语音",
|
||||
"email": "邮件",
|
||||
"profile": "用户",
|
||||
"home": "首页",
|
||||
"mcp": "MCP",
|
||||
"platform": "接入平台",
|
||||
|
||||
@@ -116,7 +116,7 @@ const routes = [
|
||||
{
|
||||
name: 'profile',
|
||||
path: 'profile',
|
||||
component: () => import('@/pages/settings/index.vue'),
|
||||
component: () => import('@/pages/profile/index.vue'),
|
||||
meta: {
|
||||
breadcrumb: i18nRef('sidebar.settings'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user