mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-10 08:03:41 +08:00
chore: 更新令牌分组描述
This commit is contained in:
@@ -15,8 +15,8 @@ export function renderText(text, limit) {
|
||||
export function renderGroup(group) {
|
||||
if (group === '') {
|
||||
return (
|
||||
<Tag size='large' key='default' color={stringToColor('default')}>
|
||||
default
|
||||
<Tag size='large' key='default' color='orange'>
|
||||
用户分组
|
||||
</Tag>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user