mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
💄 style: 优化样式
This commit is contained in:
@@ -49,7 +49,6 @@ const FunctionCall = memo<FunctionCallProps>(({ function_call, loading }) => {
|
||||
avatar
|
||||
)}
|
||||
{t(`plugins.${function_call?.name}` as any, { ns: 'plugin' })}
|
||||
{loading ? `(${t('loading.plugin')})` : null}
|
||||
<Icon icon={open ? LucideChevronUp : LucideChevronDown} />
|
||||
</Flexbox>
|
||||
{open && <Highlighter language={'json'}>{args}</Highlighter>}
|
||||
|
||||
Reference in New Issue
Block a user