feat: Add bing and google operator #918 (#1745)

### What problem does this PR solve?

feat: Add bing and google operator #918

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-30 15:06:29 +08:00
committed by GitHub
parent ff8702f7de
commit 161cb08bbd
16 changed files with 2033 additions and 44 deletions

View File

@@ -617,6 +617,15 @@ export default {
submittedDate: '提交日期',
lastUpdatedDate: '最后更新日期',
relevance: '关联',
google: 'Google',
googleTip:
'此组件用于从https://www.google.com/获取搜索结果。通常它作为知识库的补充。Top N 和 SerpApi API 密钥指定您需要调整的搜索结果数量。',
bing: 'Bing',
bingTip:
'此组件用于从 https://www.bing.com/ 获取搜索结果。通常它作为知识库的补充。Top N 和 Bing Subscription-Key 指定您需要调整的搜索结果数量。',
apiKey: 'Api Key',
country: '国家',
language: '语言',
},
footer: {
profile: 'All rights reserved @ React',