From af847293afb5cf386999636b366efa4cbabb1998 Mon Sep 17 00:00:00 2001 From: fujie Date: Mon, 12 Jan 2026 00:28:41 +0800 Subject: [PATCH] docs: correct plugin lists in READMEs (rename Knowledge Card, remove Summary, add Deep Dive) --- README.md | 4 ++-- README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3837dbd..594a71d 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ Located in the `plugins/` directory, containing Python-based enhancements: #### Actions - **Smart Mind Map** (`smart-mind-map`): Generates interactive mind maps from text. - **Smart Infographic** (`infographic`): Transforms text into professional infographics using AntV. -- **Knowledge Card** (`knowledge-card`): Creates beautiful flashcards for learning. +- **Flash Card** (`flash-card`): Quickly generates beautiful flashcards for learning. +- **Deep Dive** (`deep-dive`): A comprehensive thinking lens that dives deep into any content. - **Export to Excel** (`export_to_excel`): Exports chat history to Excel files. - **Export to Word** (`export_to_docx`): Exports chat history to Word documents. -- **Summary** (`summary`): Text summarization tool. #### Filters - **Async Context Compression** (`async-context-compression`): Optimizes token usage via context compression. diff --git a/README_CN.md b/README_CN.md index 1f7695d..72cafc7 100644 --- a/README_CN.md +++ b/README_CN.md @@ -42,10 +42,10 @@ OpenWebUI 增强功能集合。包含个人开发与收集的插件、提示词 #### Actions (交互增强) - **Smart Mind Map** (`smart-mind-map`): 智能分析文本并生成交互式思维导图。 - **Smart Infographic** (`infographic`): 基于 AntV 的智能信息图生成工具。 -- **Knowledge Card** (`knowledge-card`): 快速生成精美的学习记忆卡片。 +- **Flash Card** (`flash-card`): 快速生成精美的学习记忆卡片。 +- **Deep Dive** (`deep-dive`): 深度思考透镜,从背景、逻辑、洞察到行动路径的全方位分析。 - **Export to Excel** (`export_to_excel`): 将对话内容导出为 Excel 文件。 - **Export to Word** (`export_to_docx`): 将对话内容导出为 Word 文档。 -- **Summary** (`summary`): 文本摘要生成工具。 #### Filters (消息处理) - **Async Context Compression** (`async-context-compression`): 异步上下文压缩,优化 Token 使用。