diff --git a/README.md b/README.md index 51e48f3..8cc1703 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,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. - **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 diff --git a/README_CN.md b/README_CN.md index 0830fe6..4497381 100644 --- a/README_CN.md +++ b/README_CN.md @@ -8,8 +8,10 @@ OpenWebUI 增强功能集合。包含个人开发与收集的### 🧩 插件 (Pl #### Actions (交互增强) - **Smart Mind Map** (`smart-mind-map`): 智能分析文本并生成交互式思维导图。 +- **Smart Infographic** (`infographic`): 基于 AntV 的智能信息图生成工具。 - **Knowledge Card** (`knowledge-card`): 快速生成精美的学习记忆卡片。 - **Export to Excel** (`export_to_excel`): 将对话内容导出为 Excel 文件。 +- **Export to Word** (`export_to_docx`): 将对话内容导出为 Word 文档。 - **Summary** (`summary`): 文本摘要生成工具。 #### Filters (消息处理) diff --git a/docs/plugins/actions/export-to-excel.md b/docs/plugins/actions/export-to-excel.md index 90cc68d..a45260a 100644 --- a/docs/plugins/actions/export-to-excel.md +++ b/docs/plugins/actions/export-to-excel.md @@ -1,7 +1,7 @@ # Export to Excel Action -v1.0.0 +v0.3.3 Export chat conversations to Excel spreadsheet format for analysis, archiving, and sharing. diff --git a/docs/plugins/actions/knowledge-card.md b/docs/plugins/actions/knowledge-card.md index 6f7f9f2..cc4a832 100644 --- a/docs/plugins/actions/knowledge-card.md +++ b/docs/plugins/actions/knowledge-card.md @@ -1,7 +1,7 @@ # Knowledge Card Action -v0.2.0 +v0.2.2 Quickly generates beautiful learning memory cards, perfect for studying and quick memorization. diff --git a/docs/plugins/actions/smart-infographic.md b/docs/plugins/actions/smart-infographic.md index 82f327b..095f047 100644 --- a/docs/plugins/actions/smart-infographic.md +++ b/docs/plugins/actions/smart-infographic.md @@ -1,7 +1,7 @@ # Smart Infographic Action -v1.0.0 +v1.3.0 An AntV Infographic engine powered plugin that transforms long text into professional, beautiful infographics with a single click. diff --git a/docs/plugins/actions/summary.md b/docs/plugins/actions/summary.md index 9331181..90b89e8 100644 --- a/docs/plugins/actions/summary.md +++ b/docs/plugins/actions/summary.md @@ -1,7 +1,7 @@ # Summary Action -v1.0.0 +v0.1.0 Generate concise summaries of long text content with key points extraction. diff --git a/docs/plugins/filters/index.md b/docs/plugins/filters/index.md index f56e8a7..516f309 100644 --- a/docs/plugins/filters/index.md +++ b/docs/plugins/filters/index.md @@ -16,7 +16,7 @@ Filters act as middleware in the message pipeline:
-- :material-compress:{ .lg .middle } **Async Context Compression** +- :material-compress: { .lg .middle } **Async Context Compression** --- @@ -26,7 +26,7 @@ Filters act as middleware in the message pipeline: [:octicons-arrow-right-24: Documentation](async-context-compression.md) -- :material-text-box-plus:{ .lg .middle } **Context Enhancement** +- :material-text-box-plus: { .lg .middle } **Context Enhancement** --- @@ -36,7 +36,7 @@ Filters act as middleware in the message pipeline: [:octicons-arrow-right-24: Documentation](context-enhancement.md) -- :material-google:{ .lg .middle } **Gemini Manifold Companion** +- :material-google: { .lg .middle } **Gemini Manifold Companion** --- diff --git a/docs/plugins/filters/index.zh.md b/docs/plugins/filters/index.zh.md index 250448e..e91dec6 100644 --- a/docs/plugins/filters/index.zh.md +++ b/docs/plugins/filters/index.zh.md @@ -16,7 +16,7 @@ Filter 充当消息管线中的中间件:
-- :material-compress:{ .lg .middle } **Async Context Compression** +- :material-compress: { .lg .middle } **Async Context Compression** --- @@ -26,7 +26,7 @@ Filter 充当消息管线中的中间件: [:octicons-arrow-right-24: 查看文档](async-context-compression.md) -- :material-text-box-plus:{ .lg .middle } **Context Enhancement** +- :material-text-box-plus: { .lg .middle } **Context Enhancement** --- @@ -36,7 +36,7 @@ Filter 充当消息管线中的中间件: [:octicons-arrow-right-24: 查看文档](context-enhancement.md) -- :material-google:{ .lg .middle } **Gemini Manifold Companion** +- :material-google: { .lg .middle } **Gemini Manifold Companion** ---