Merge branch 'tp' into dev/plugin-deploy

This commit is contained in:
JzoNg
2025-02-08 22:12:34 +08:00
26 changed files with 672 additions and 129 deletions

View File

@ -184,7 +184,7 @@ export const useChecklistBeforePublish = () => {
}
return true
}, [nodesExtraData, notify, t, store, isChatMode, buildInTools, customTools, workflowTools, language])
}, [store, isChatMode, notify, t, buildInTools, customTools, workflowTools, language, nodesExtraData, strategyProviders])
return {
handleCheckBeforePublish,