Skip to content

Commit

Permalink
add google search plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrickill committed Oct 21, 2024
1 parent 7ec2253 commit 7b7ed22
Show file tree
Hide file tree
Showing 5 changed files with 563 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/plugins/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const staticPluginList = [
'Doc2X/URLImg2text',
`Doc2X/FilePDF2text`,
`Doc2X/FileImg2text`,
'feishu'
'feishu',
'google'
];
// Run in worker thread (Have npm packages)
const packagePluginList = [
Expand Down
Loading

0 comments on commit 7b7ed22

Please sign in to comment.