add google search plugin (#2947)

This commit is contained in:
papapatrick
2024-10-22 08:49:05 +08:00
committed by GitHub
parent 7ec2253f0a
commit 445a38924f
5 changed files with 563 additions and 2 deletions

View File

@@ -231,6 +231,7 @@ export const iconPaths = {
'core/workflow/template/wiki': () => import('./icons/core/workflow/template/wiki.svg'),
'core/workflow/template/datasource': () =>
import('./icons/core/workflow/template/datasource.svg'),
'core/workflow/template/google': () => import('./icons/core/workflow/template/google.svg'),
'core/workflow/template/fetchUrl': () => import('./icons/core/workflow/template/fetchUrl.svg'),
'core/workflow/template/formInput': () => import('./icons/core/workflow/template/formInput.svg'),
'core/workflow/template/getTime': () => import('./icons/core/workflow/template/getTime.svg'),