260519 feat bocha search api#164
Open
sdbdc wants to merge 3 commits into
Open
Conversation
- 新增 BochaSearchAPI 类,兼容 Bing Search API 格式 - 支持自定义 API 端点、语言和地区配置 - 在 WebSearch 组件中实现搜索引擎可配置化 - 默认使用 DuckDuckGo,可切换到博查 API - 添加完整的错误处理和多种响应格式解析 - 提供配置指南文档 Co-authored-by: monkeycode-ai <monkeycode-ai@chaitin.com> Signed-off-by: sdbdc <monkeycode-ai@chaitin.com> Co-authored-by: monkeycode-ai <monkeycode-ai@chaitin.com>
- 新增 build-windows-x64.yml GitHub Actions workflow - 支持 main 分支推送自动触发和手动触发 - 使用 windows-latest runner 构建 Windows 安装包 - 构建产物作为 artifact 上传,保留 30 天 - 支持自定义版本号输入 Co-authored-by: monkeycode-ai <monkeycode-ai@chaitin.com> Signed-off-by: sdbdc <monkeycode-ai@chaitin.com> Co-authored-by: monkeycode-ai <monkeycode-ai@chaitin.com>
ec8d12e to
66fe3d7
Compare
- 创建 i18n 国际化模块 (en-US.json, zh-CN.json) - 修改 appMenu.ts 所有菜单项支持多语言 - 在 config.ts 中添加 language 配置项 - 修改类型定义 UserSettings 添加 language 字段 - 创建 LanguagePicker 组件用于设置页面 - 在 Settings 页面添加语言选择器 - 实现语言切换后自动重建菜单 - 添加 electron.vite.config.ts 插件复制 i18n 文件 Co-authored-by: monkeycode-ai <monkeycode-ai@chaitin.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
增加博查 web search api