diff --git a/plugins/actions/smart-mind-map/README.md b/plugins/actions/smart-mind-map/README.md index f8db2b6..e981626 100644 --- a/plugins/actions/smart-mind-map/README.md +++ b/plugins/actions/smart-mind-map/README.md @@ -18,6 +18,13 @@ Smart Mind Map is a powerful OpenWebUI action plugin that intelligently analyzes - **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. +| Feature | HTML Mode (Default) | Image Mode | +| :--- | :--- | :--- | +| **Output Format** | Interactive HTML Block | Static Markdown Image | +| **Interactivity** | Zoom, Pan, Expand/Collapse | None (Static Image) | +| **Chat History** | Contains HTML Code | Clean (Image URL only) | +| **Storage** | Browser Rendering | `/api/v1/files` Upload | + --- ## Core Features diff --git a/plugins/actions/smart-mind-map/README_CN.md b/plugins/actions/smart-mind-map/README_CN.md index 254742a..a7bac3a 100644 --- a/plugins/actions/smart-mind-map/README_CN.md +++ b/plugins/actions/smart-mind-map/README_CN.md @@ -18,6 +18,13 @@ - **高效存储**:图片模式将 SVG 上传至 `/api/v1/files`,避免聊天记录中出现超长 Base64 字符串。 - **智能特性**:生成的图片支持自动响应式宽度和自动主题检测(亮色/暗色)。 +| 特性 | HTML 模式 (默认) | 图片模式 | +| :--- | :--- | :--- | +| **输出格式** | 交互式 HTML 代码块 | 静态 Markdown 图片 | +| **交互性** | 缩放、拖拽、展开/折叠 | 无 (静态图片) | +| **聊天记录** | 包含 HTML 代码 | 简洁 (仅图片链接) | +| **存储方式** | 浏览器实时渲染 | `/api/v1/files` 上传 | + --- ## 核心特性