diff --git a/docs/plugins/actions/flash-card.md b/docs/plugins/actions/flash-card.md index 602c113..ef18e1c 100644 --- a/docs/plugins/actions/flash-card.md +++ b/docs/plugins/actions/flash-card.md @@ -23,7 +23,7 @@ The Knowledge Card plugin (also known as Flash Card / 闪记卡) transforms cont ## Installation -1. Download the plugin file: [`knowledge_card.py`](https://github.com/Fu-Jie/awesome-openwebui/tree/main/plugins/actions/knowledge-card) +1. Download the plugin file: [`flash_card.py`](https://github.com/Fu-Jie/awesome-openwebui/tree/main/plugins/actions/flash-card) 2. Upload to OpenWebUI: **Admin Panel** → **Settings** → **Functions** 3. Enable the plugin @@ -85,4 +85,4 @@ The Knowledge Card plugin (also known as Flash Card / 闪记卡) transforms cont ## Source Code -[:fontawesome-brands-github: View on GitHub](https://github.com/Fu-Jie/awesome-openwebui/tree/main/plugins/actions/knowledge-card){ .md-button } +[:fontawesome-brands-github: View on GitHub](https://github.com/Fu-Jie/awesome-openwebui/tree/main/plugins/actions/flash-card){ .md-button } diff --git a/docs/plugins/actions/flash-card.zh.md b/docs/plugins/actions/flash-card.zh.md index bfd4293..61fa52f 100644 --- a/docs/plugins/actions/flash-card.zh.md +++ b/docs/plugins/actions/flash-card.zh.md @@ -1,4 +1,4 @@ -# Knowledge Card(知识卡片) +# Flash Card(闪记卡) Action v0.2.4 @@ -23,7 +23,7 @@ Knowledge Card 插件(又名 Flash Card / 闪记卡)会把内容转成视觉 ## 安装 -1. 下载插件文件:[`knowledge_card.py`](https://github.com/Fu-Jie/awesome-openwebui/tree/main/plugins/actions/knowledge-card) +1. 下载插件文件:[`flash_card.py`](https://github.com/Fu-Jie/awesome-openwebui/tree/main/plugins/actions/flash-card) 2. 上传到 OpenWebUI:**Admin Panel** → **Settings** → **Functions** 3. 启用插件 @@ -85,4 +85,4 @@ Knowledge Card 插件(又名 Flash Card / 闪记卡)会把内容转成视觉 ## 源码 -[:fontawesome-brands-github: 在 GitHub 查看](https://github.com/Fu-Jie/awesome-openwebui/tree/main/plugins/actions/knowledge-card){ .md-button } +[:fontawesome-brands-github: 在 GitHub 查看](https://github.com/Fu-Jie/awesome-openwebui/tree/main/plugins/actions/flash-card){ .md-button } diff --git a/docs/plugins/actions/smart-mind-map.md b/docs/plugins/actions/smart-mind-map.md index 3f11cf2..44c5459 100644 --- a/docs/plugins/actions/smart-mind-map.md +++ b/docs/plugins/actions/smart-mind-map.md @@ -23,7 +23,7 @@ The Smart Mind Map plugin transforms text content into beautiful, interactive mi ## Installation -1. Download the plugin file: [`思维导图.py`](https://github.com/Fu-Jie/awesome-openwebui/tree/main/plugins/actions/smart-mind-map) +1. Download the plugin file: [`smart_mind_map.py`](https://github.com/Fu-Jie/awesome-openwebui/tree/main/plugins/actions/smart-mind-map) 2. Upload to OpenWebUI: **Admin Panel** → **Settings** → **Functions** (Actions) 3. Enable the plugin, and optionally allow iframe same-origin access so theme auto-detection works diff --git a/docs/plugins/actions/smart-mind-map.zh.md b/docs/plugins/actions/smart-mind-map.zh.md index 7c6bdba..06d345a 100644 --- a/docs/plugins/actions/smart-mind-map.zh.md +++ b/docs/plugins/actions/smart-mind-map.zh.md @@ -23,7 +23,7 @@ Smart Mind Map 会将文本转换成漂亮的交互式思维导图。插件会 ## 安装 -1. 下载插件文件:[`思维导图.py`](https://github.com/Fu-Jie/awesome-openwebui/tree/main/plugins/actions/smart-mind-map) +1. 下载插件文件:[`smart_mind_map.py`](https://github.com/Fu-Jie/awesome-openwebui/tree/main/plugins/actions/smart-mind-map) 2. 上传到 OpenWebUI:**Admin Panel** → **Settings** → **Functions**(Actions) 3. 启用插件,并可在设置中允许 iframe same-origin 以启用主题自动检测