feat(settings): add bot option for profile appearance
This commit is contained in:
parent
fcae855eea
commit
5f07fd2515
4 changed files with 20 additions and 8 deletions
|
@ -8,8 +8,9 @@ defineProps<{
|
|||
<div
|
||||
flex="~ gap1" items-center
|
||||
:class="{ 'border border-base rounded-md px-1': showLabel }"
|
||||
text-secondary-light text-xs
|
||||
text-secondary-light
|
||||
>
|
||||
<slot name="prepend" />
|
||||
<CommonTooltip :content="$t('account.bot')" :disabled="showLabel">
|
||||
<div i-ri:robot-line />
|
||||
</CommonTooltip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue