Update chat.tsx

This commit is contained in:
王力斌 2024-09-20 17:32:45 +08:00 committed by GitHub
parent d7837db501
commit c8e16911ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -743,7 +743,7 @@ export function ChatActions(props: {
/>
)}
{showPlugins(currentProviderName, currentModel) && (
<!-- {showPlugins(currentProviderName, currentModel) && (
<ChatAction
onClick={() => {
if (pluginStore.getAll().length == 0) {
@ -771,7 +771,7 @@ export function ChatActions(props: {
});
}}
/>
)}
)} -->
{!isMobileScreen && (
<ChatAction