Commit e3620c1c by 1808837298@qq.com

chore: 更新令牌分组描述

parent a3dbf212
...@@ -15,8 +15,8 @@ export function renderText(text, limit) { ...@@ -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>
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment