feat(models): add models page and refactor profile form
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user