mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Add ProfileSetting page #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -10,14 +10,19 @@ export enum UserSettingRouteKey {
|
||||
Logout = 'logout',
|
||||
}
|
||||
|
||||
export const UserSettingRouteMap = {
|
||||
[UserSettingRouteKey.Profile]: 'Profile',
|
||||
[UserSettingRouteKey.Password]: 'Password',
|
||||
[UserSettingRouteKey.Model]: 'Model Providers',
|
||||
[UserSettingRouteKey.System]: 'System Version',
|
||||
[UserSettingRouteKey.Team]: 'Team',
|
||||
[UserSettingRouteKey.Logout]: 'Log out',
|
||||
};
|
||||
export const ProfileSettingBaseKey = 'profile-setting';
|
||||
|
||||
export enum ProfileSettingRouteKey {
|
||||
Profile = 'profile',
|
||||
Plan = 'plan',
|
||||
Model = 'model',
|
||||
System = 'system',
|
||||
Api = 'api',
|
||||
Team = 'team',
|
||||
Prompt = 'prompt',
|
||||
Chunk = 'chunk',
|
||||
Logout = 'logout',
|
||||
}
|
||||
|
||||
// Please lowercase the file name
|
||||
export const IconMap = {
|
||||
|
||||
Reference in New Issue
Block a user