chore: version 1.1.7

This commit is contained in:
AnotiaWang
2025-02-27 13:09:55 +08:00
parent ad1b3a239c
commit 7a87ed5def
3 changed files with 25 additions and 10 deletions

View File

@ -24,6 +24,14 @@ Please give a 🌟 Star if you like this project!
## Recent updates ## Recent updates
25/02/27
- Added: Citations in research report
- Improved: Chinese output layout
- Improved: Increased max width and breadth in the form
- Fixed: Text overflow issues for web search node details
- Fixed: general UI style issues
25/02/24 25/02/24
- Added: Fullscreen mode for the search flow. This helps you to focus on the search process better. - Added: Fullscreen mode for the search flow. This helps you to focus on the search process better.
@ -53,6 +61,9 @@ Please give a 🌟 Star if you like this project!
- Refactored the search visualization using VueFlow - Refactored the search visualization using VueFlow
- Style & bug fixes - Style & bug fixes
<details>
<summary>Older updates</summary>
25/02/15 25/02/15
- Added AI providers DeepSeek, OpenRouter and Ollama; Added web search provider Firecrawl - Added AI providers DeepSeek, OpenRouter and Ollama; Added web search provider Firecrawl
@ -60,9 +71,6 @@ Please give a 🌟 Star if you like this project!
- Supported regenerating reports - Supported regenerating reports
- General fixes - General fixes
<details>
<summary>Older updates</summary>
25/02/14 25/02/14
- Supported reasoning models like DeepSeek R1 - Supported reasoning models like DeepSeek R1

View File

@ -12,16 +12,23 @@
当前支持的供应商: 当前支持的供应商:
- AI 服务OpenAI compatible, SiliconFlow, DeepSeek, OpenRouter, Ollama 等 - AI 服务OpenAI compatible, SiliconFlow, DeepSeek, OpenRouter, Ollama 等
- 联网搜索服务Tavily (每月 1000 次免费搜索), Firecrawl支持自部署 - 联网搜索服务Tavily (每月 1000 次免费搜索), Firecrawl支持自部署
喜欢本项目请点 ⭐ 收藏! 喜欢本项目请点 ⭐ 收藏!
<video width="500" src="https://github.com/user-attachments/assets/8f9baa43-a74e-4613-aebb-1bcc29a686f0" controls></video> <video width="500" src="https://github.com/user-attachments/assets/8f9baa43-a74e-4613-aebb-1bcc29a686f0" controls></video>
## 近期更新 ## 近期更新
25/02/27
- 新增:研究报告中新增了来源引用信息
- 改进:改善了中文的输出格式
- 改进:在“研究主题”表单中开放了更高的“深度”和“广度”(也可以手动填入更大的值)
- 修复:修复了搜索节点详情可能出现文字溢出的问题
- 其它:界面样式改进
25/02/24 25/02/24
- 新增:搜索流程图支持放大到全屏。可以更方便地追踪整个搜索流程了。 - 新增:搜索流程图支持放大到全屏。可以更方便地追踪整个搜索流程了。
@ -51,6 +58,9 @@
- 使用 VueFlow 重构了搜索可视化功能 - 使用 VueFlow 重构了搜索可视化功能
- 一些样式和 bug 修复 - 一些样式和 bug 修复
<details>
<summary>早期更新</summary>
25/02/15 25/02/15
- AI 提供商支持 DeepSeekOpenRouter 和 Ollama联网搜索支持 Firecrawl - AI 提供商支持 DeepSeekOpenRouter 和 Ollama联网搜索支持 Firecrawl
@ -58,9 +68,6 @@
- 支持重新生成报告 - 支持重新生成报告
- 一般性优化和改进 - 一般性优化和改进
<details>
<summary>早期更新</summary>
25/02/14 25/02/14
- 支持 DeepSeek R1 等思维链模型 - 支持 DeepSeek R1 等思维链模型
@ -147,4 +154,4 @@ MIT 协议
## Star History ## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=AnotiaWang/deep-research-web-ui&type=Date)](https://star-history.com/#AnotiaWang/deep-research-web-ui&Date) [![Star History Chart](https://api.star-history.com/svg?repos=AnotiaWang/deep-research-web-ui&type=Date)](https://star-history.com/#AnotiaWang/deep-research-web-ui&Date)

View File

@ -1,3 +1,3 @@
{ {
"version": "1.1.6" "version": "1.1.7"
} }