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

@@ -278,10 +278,12 @@ export default {
register: 'Register',
signin: 'Sign in',
home: 'Home',
setting: 'User settings',
setting: 'Settings',
logout: 'Log out',
fileManager: 'File Management',
agent: 'Agent',
agents: 'Agents',
models: 'Models',
mcp: 'MCP',
search: 'Search',
welcome: 'Welcome to',
},
@@ -1477,6 +1479,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
error: 'Error',
success: 'Success',
info: 'Info',
processing: 'Processing',
confirmDelete: 'Confirm Delete',
confirmDeleteMessage: 'This operation cannot be undone. Are you sure you want to delete?',
operationSuccess: 'Operation successful',