feat(core): 添加 sleep 插件 (#3583)

(cherry picked from commit 09bdc63977)
This commit is contained in:
shilin
2025-01-20 18:31:47 +08:00
committed by GitHub
parent a8d456f448
commit 9f33729ca9
5 changed files with 396 additions and 1 deletions

View File

@@ -270,6 +270,7 @@ export const iconPaths = {
import('./icons/core/workflow/template/datasource.svg'),
'core/workflow/template/duckduckgo': () =>
import('./icons/core/workflow/template/duckduckgo.svg'),
'core/workflow/template/sleep': () => import('./icons/core/workflow/template/sleep.svg'),
'core/workflow/template/extractJson': () =>
import('./icons/core/workflow/template/extractJson.svg'),
'core/workflow/template/fetchUrl': () => import('./icons/core/workflow/template/fetchUrl.svg'),