mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
Update chat.tsx
This commit is contained in:
parent
d7837db501
commit
c8e16911ff
@ -743,7 +743,7 @@ export function ChatActions(props: {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{showPlugins(currentProviderName, currentModel) && (
|
<!-- {showPlugins(currentProviderName, currentModel) && (
|
||||||
<ChatAction
|
<ChatAction
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (pluginStore.getAll().length == 0) {
|
if (pluginStore.getAll().length == 0) {
|
||||||
@ -771,7 +771,7 @@ export function ChatActions(props: {
|
|||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)} -->
|
||||||
|
|
||||||
{!isMobileScreen && (
|
{!isMobileScreen && (
|
||||||
<ChatAction
|
<ChatAction
|
||||||
|
Loading…
Reference in New Issue
Block a user