plugins: add wiki search (#2886)

* plugins: add wiki search

* 扁平化代码

* fix: url error
This commit is contained in:
papapatrick
2024-10-12 15:02:00 +08:00
committed by GitHub
parent fe6c8897ce
commit daa5b552b1
7 changed files with 632 additions and 70 deletions

View File

@@ -3,11 +3,12 @@
"version": "1.0.0",
"type": "module",
"dependencies": {
"duck-duck-scrape": "^2.2.5",
"lodash": "^4.17.21",
"axios": "^1.5.1",
"duck-duck-scrape": "^2.2.5",
"echarts": "5.4.1",
"expr-eval": "^2.0.2",
"echarts": "5.4.1"
"lodash": "^4.17.21",
"wikijs": "^6.4.1"
},
"devDependencies": {
"@fastgpt/global": "workspace:*",