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