feat: display the version and backend service status on the page (#848)
### What problem does this PR solve? #643 feat: display the version and backend service status on the page ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -4,6 +4,7 @@ export enum UserSettingRouteKey {
|
||||
Profile = 'profile',
|
||||
Password = 'password',
|
||||
Model = 'model',
|
||||
System = 'system',
|
||||
Team = 'team',
|
||||
Logout = 'logout',
|
||||
}
|
||||
@@ -12,6 +13,7 @@ export const UserSettingRouteMap = {
|
||||
[UserSettingRouteKey.Profile]: 'Profile',
|
||||
[UserSettingRouteKey.Password]: 'Password',
|
||||
[UserSettingRouteKey.Model]: 'Model Providers',
|
||||
[UserSettingRouteKey.System]: 'System Version',
|
||||
[UserSettingRouteKey.Team]: 'Team',
|
||||
[UserSettingRouteKey.Logout]: 'Log out',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user