add bing search plugins (#2970)

This commit is contained in:
papapatrick
2024-10-23 22:45:06 +08:00
committed by GitHub
parent 9b0706ed92
commit bb727b0710
5 changed files with 517 additions and 2 deletions

View File

@@ -232,6 +232,7 @@ export const iconPaths = {
'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/bing': () => import('./icons/core/workflow/template/bing.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'),