mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
plugins: add wiki search (#2886)
* plugins: add wiki search * 扁平化代码 * fix: url error
This commit is contained in:
@@ -228,6 +228,7 @@ export const iconPaths = {
|
||||
import('./icons/core/workflow/template/duckduckgo.svg'),
|
||||
'core/workflow/template/extractJson': () =>
|
||||
import('./icons/core/workflow/template/extractJson.svg'),
|
||||
'core/workflow/template/wiki': () => import('./icons/core/workflow/template/wiki.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'),
|
||||
|
Reference in New Issue
Block a user