docs: update documentation versions, fix rendering issues, and update READMEs

This commit is contained in:
fujie
2026-01-03 11:16:24 +08:00
parent 236ae43c0c
commit b56e7cb41e
8 changed files with 14 additions and 10 deletions

View File

@@ -14,8 +14,10 @@ Located in the `plugins/` directory, containing Python-based enhancements:
#### Actions #### Actions
- **Smart Mind Map** (`smart-mind-map`): Generates interactive mind maps from text. - **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. - **Knowledge Card** (`knowledge-card`): Creates beautiful flashcards for learning.
- **Export to Excel** (`export_to_excel`): Exports chat history to Excel files. - **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. - **Summary** (`summary`): Text summarization tool.
#### Filters #### Filters

View File

@@ -8,8 +8,10 @@ OpenWebUI 增强功能集合。包含个人开发与收集的### 🧩 插件 (Pl
#### Actions (交互增强) #### Actions (交互增强)
- **Smart Mind Map** (`smart-mind-map`): 智能分析文本并生成交互式思维导图。 - **Smart Mind Map** (`smart-mind-map`): 智能分析文本并生成交互式思维导图。
- **Smart Infographic** (`infographic`): 基于 AntV 的智能信息图生成工具。
- **Knowledge Card** (`knowledge-card`): 快速生成精美的学习记忆卡片。 - **Knowledge Card** (`knowledge-card`): 快速生成精美的学习记忆卡片。
- **Export to Excel** (`export_to_excel`): 将对话内容导出为 Excel 文件。 - **Export to Excel** (`export_to_excel`): 将对话内容导出为 Excel 文件。
- **Export to Word** (`export_to_docx`): 将对话内容导出为 Word 文档。
- **Summary** (`summary`): 文本摘要生成工具。 - **Summary** (`summary`): 文本摘要生成工具。
#### Filters (消息处理) #### Filters (消息处理)

View File

@@ -1,7 +1,7 @@
# Export to Excel # Export to Excel
<span class="category-badge action">Action</span> <span class="category-badge action">Action</span>
<span class="version-badge">v1.0.0</span> <span class="version-badge">v0.3.3</span>
Export chat conversations to Excel spreadsheet format for analysis, archiving, and sharing. Export chat conversations to Excel spreadsheet format for analysis, archiving, and sharing.

View File

@@ -1,7 +1,7 @@
# Knowledge Card # Knowledge Card
<span class="category-badge action">Action</span> <span class="category-badge action">Action</span>
<span class="version-badge">v0.2.0</span> <span class="version-badge">v0.2.2</span>
Quickly generates beautiful learning memory cards, perfect for studying and quick memorization. Quickly generates beautiful learning memory cards, perfect for studying and quick memorization.

View File

@@ -1,7 +1,7 @@
# Smart Infographic # Smart Infographic
<span class="category-badge action">Action</span> <span class="category-badge action">Action</span>
<span class="version-badge">v1.0.0</span> <span class="version-badge">v1.3.0</span>
An AntV Infographic engine powered plugin that transforms long text into professional, beautiful infographics with a single click. An AntV Infographic engine powered plugin that transforms long text into professional, beautiful infographics with a single click.

View File

@@ -1,7 +1,7 @@
# Summary # Summary
<span class="category-badge action">Action</span> <span class="category-badge action">Action</span>
<span class="version-badge">v1.0.0</span> <span class="version-badge">v0.1.0</span>
Generate concise summaries of long text content with key points extraction. Generate concise summaries of long text content with key points extraction.

View File

@@ -16,7 +16,7 @@ Filters act as middleware in the message pipeline:
<div class="grid cards" markdown> <div class="grid cards" markdown>
- :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) [: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) [:octicons-arrow-right-24: Documentation](context-enhancement.md)
- :material-google:{ .lg .middle } **Gemini Manifold Companion** - :material-google: { .lg .middle } **Gemini Manifold Companion**
--- ---

View File

@@ -16,7 +16,7 @@ Filter 充当消息管线中的中间件:
<div class="grid cards" markdown> <div class="grid cards" markdown>
- :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) [: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) [:octicons-arrow-right-24: 查看文档](context-enhancement.md)
- :material-google:{ .lg .middle } **Gemini Manifold Companion** - :material-google: { .lg .middle } **Gemini Manifold Companion**
--- ---