feat(models): add models page and refactor profile form

This commit is contained in:
2025-11-14 16:48:42 +08:00
parent 97402674cd
commit ef8076d87f
10 changed files with 267 additions and 94 deletions

View File

@@ -260,10 +260,12 @@ export default {
register: '注册',
signin: '登录',
home: '首页',
setting: '用户设置',
setting: '设置',
logout: '登出',
fileManager: '文件管理',
agent: '智能体',
agents: '智能体',
models: '模型',
mcp: 'MCP',
search: '搜索',
welcome: '欢迎来到',
},
@@ -1441,6 +1443,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
error: '错误',
success: '成功',
info: '信息',
processing: '处理中',
confirmDelete: '确认删除',
confirmDeleteMessage: '此操作不可撤销,确定要删除吗?',
operationSuccess: '操作成功',