diff --git a/plugins/actions/smart-mind-map/README.md b/plugins/actions/smart-mind-map/README.md index e10571e..a72862b 100644 --- a/plugins/actions/smart-mind-map/README.md +++ b/plugins/actions/smart-mind-map/README.md @@ -8,6 +8,18 @@ Smart Mind Map is a powerful OpenWebUI action plugin that intelligently analyzes --- +## 🔥 What's New in v0.9.1 + +**New Feature: Image Output Mode** + +- **Static Image Support**: Added `OUTPUT_MODE` configuration parameter. + - `html` (default): Interactive HTML mind map. + - `image`: Static SVG image embedded directly in Markdown. +- **Efficient Storage**: Image mode uploads SVG to `/api/v1/files`, avoiding huge base64 strings in chat history. +- **Smart Features**: Auto-responsive width and automatic theme detection (light/dark) for generated images. + +--- + ## Core Features - ✅ **Intelligent Text Analysis**: Automatically identifies core themes, key concepts, and hierarchical structures diff --git a/plugins/actions/smart-mind-map/README_CN.md b/plugins/actions/smart-mind-map/README_CN.md index 70b79fd..6ff61d2 100644 --- a/plugins/actions/smart-mind-map/README_CN.md +++ b/plugins/actions/smart-mind-map/README_CN.md @@ -8,6 +8,18 @@ --- +## 🔥 v0.9.1 更新亮点 + +**新功能:图片输出模式** + +- **静态图片支持**:新增 `OUTPUT_MODE` 配置参数。 + - `html`(默认):交互式 HTML 思维导图。 + - `image`:静态 SVG 图片直接嵌入 Markdown。 +- **高效存储**:图片模式将 SVG 上传至 `/api/v1/files`,避免聊天记录中出现超长 Base64 字符串。 +- **智能特性**:生成的图片支持自动响应式宽度和自动主题检测(亮色/暗色)。 + +--- + ## 核心特性 - ✅ **智能文本分析**:自动识别文本的核心主题、关键概念和层次结构