chore(web): rename settings to profile

This commit is contained in:
Acbox
2026-03-29 00:03:49 +08:00
parent 0730ff2945
commit 6818361b7f
8 changed files with 8 additions and 8 deletions
@@ -131,7 +131,7 @@ const navItems = computed(() => [
icon: ['fas', 'chart-line'],
},
{
title: t('sidebar.settings'),
title: t('sidebar.profile'),
name: 'profile',
icon: ['fas', 'gear'],
},
+1 -1
View File
@@ -63,7 +63,7 @@
"memory": "Memory",
"speech": "Speech",
"email": "Email",
"settings": "Settings",
"profile": "Profile",
"home": "Home",
"mcp": "MCP",
"platform": "Platform",
+5 -5
View File
@@ -58,12 +58,12 @@
"session":"会话",
"chat": "对话",
"bots": "Bots",
"providers": "模型管理",
"webSearch": "搜索提供方",
"providers": "模型",
"webSearch": "搜索",
"memory": "记忆",
"speech": "语音合成",
"email": "邮件提供方",
"settings": "设置",
"speech": "语音",
"email": "邮件",
"profile": "用户",
"home": "首页",
"mcp": "MCP",
"platform": "接入平台",
+1 -1
View File
@@ -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'),
},