style: dashboard utilization

This commit is contained in:
jialin
2024-07-10 10:00:55 +08:00
parent fe14edbb4e
commit 324561958e
16 changed files with 250 additions and 90 deletions
+2 -2
View File
@@ -5,11 +5,11 @@ export const Roles = {
};
export const playGroundRoles = [
{
key: 'user',
key: Roles.User,
label: 'playground.user'
},
{
key: 'assistant',
key: Roles.Assistant,
label: 'playground.assitant'
}
];