mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 05:03:43 +08:00
feat: 支持全局配置插件
This commit is contained in:
@@ -511,7 +511,7 @@ export function ChatActions(props: {
|
||||
icon={<RobotIcon />}
|
||||
/>
|
||||
|
||||
{currentModel.endsWith("0613") && (
|
||||
{config.pluginConfig.enable && currentModel.endsWith("0613") && (
|
||||
<ChatAction
|
||||
onClick={switchUsePlugins}
|
||||
text={
|
||||
|
||||
Reference in New Issue
Block a user