From 59933e9361d72837dd9bd81c2922ccf97a7a33b6 Mon Sep 17 00:00:00 2001 From: fujie Date: Mon, 5 Jan 2026 00:31:18 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=8C=87=E5=8D=97=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?OpenWebUI=E7=A4=BE=E5=8C=BA=E6=8E=A8=E8=8D=90=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++---- README_CN.md | 14 ++++++++++---- docs/index.md | 14 ++++++++++---- docs/index.zh.md | 14 ++++++++++---- 4 files changed, 40 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e9a75f2..21f0ce7 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,16 @@ This project is a collection of resources and does not require a Python environm ### Using Plugins -1. Browse the `/plugins` directory and download the plugin file (`.py`) you need. -2. Go to OpenWebUI **Admin Panel** -> **Settings** -> **Plugins**. -3. Click the upload button and select the `.py` file you just downloaded. -4. Once uploaded, refresh the page to enable the plugin in your chat settings or toolbar. +1. **Install from OpenWebUI Community (Recommended)**: + - Visit my profile: [Fu-Jie's Profile](https://openwebui.com/u/Fu-Jie) + - Browse the plugins and select the one you like. + - Click "Get" to import it directly into your OpenWebUI instance. + +2. **Manual Installation**: + - Browse the `/plugins` directory and download the plugin file (`.py`) you need. + - Go to OpenWebUI **Admin Panel** -> **Settings** -> **Plugins**. + - Click the upload button and select the `.py` file you just downloaded. + - Once uploaded, refresh the page to enable the plugin in your chat settings or toolbar. ### Contributing diff --git a/README_CN.md b/README_CN.md index a62367e..3e7e6fc 100644 --- a/README_CN.md +++ b/README_CN.md @@ -87,10 +87,16 @@ OpenWebUI 增强功能集合。包含个人开发与收集的### 🧩 插件 (Pl ### 使用插件 (Plugins) -1. 在 `/plugins` 目录中浏览并下载你需要的插件文件 (`.py`)。 -2. 打开 OpenWebUI 的 **管理员面板 (Admin Panel)** -> **设置 (Settings)** -> **插件 (Plugins)**。 -3. 点击上传按钮,选择刚才下载的 `.py` 文件。 -4. 上传成功后,刷新页面,你就可以在聊天设置或工具栏中启用该插件了。 +1. **从 OpenWebUI 社区安装 (推荐)**: + - 访问我的主页: [Fu-Jie's Profile](https://openwebui.com/u/Fu-Jie) + - 浏览插件列表,选择你喜欢的插件。 + - 点击 "Get" 按钮,将其直接导入到你的 OpenWebUI 实例中。 + +2. **手动安装**: + - 在 `/plugins` 目录中浏览并下载你需要的插件文件 (`.py`)。 + - 打开 OpenWebUI 的 **管理员面板 (Admin Panel)** -> **设置 (Settings)** -> **插件 (Plugins)**。 + - 点击上传按钮,选择刚才下载的 `.py` 文件。 + - 上传成功后,刷新页面,你就可以在聊天设置或工具栏中启用该插件了。 ### 贡献代码 diff --git a/docs/index.md b/docs/index.md index 6a3c9d6..510b725 100644 --- a/docs/index.md +++ b/docs/index.md @@ -104,10 +104,16 @@ hide: ### Using Plugins -1. Browse the [Plugin Center](plugins/index.md) and download the plugin file (`.py`) -2. Open OpenWebUI **Admin Panel** → **Settings** → **Plugins** -3. Click the upload button and select the `.py` file -4. Refresh the page and enable the plugin in your chat settings +1. **Install from OpenWebUI Community (Recommended)**: + - Visit my profile: [Fu-Jie's Profile](https://openwebui.com/u/Fu-Jie) + - Browse the plugins and select the one you like. + - Click "Get" to import it directly into your OpenWebUI instance. + +2. **Manual Installation**: + - Browse the [Plugin Center](plugins/index.md) and download the plugin file (`.py`) + - Open OpenWebUI **Admin Panel** → **Settings** → **Plugins** + - Click the upload button and select the `.py` file + - Refresh the page and enable the plugin in your chat settings --- diff --git a/docs/index.zh.md b/docs/index.zh.md index 48b2e18..807d946 100644 --- a/docs/index.zh.md +++ b/docs/index.zh.md @@ -104,10 +104,16 @@ hide: ### 使用插件 -1. 浏览[插件中心](plugins/index.md)并下载插件文件(`.py`) -2. 打开 OpenWebUI **管理面板** → **设置** → **插件** -3. 点击上传按钮并选择 `.py` 文件 -4. 刷新页面并在聊天设置中启用插件 +1. **从 OpenWebUI 社区安装 (推荐)**: + - 访问我的主页: [Fu-Jie's Profile](https://openwebui.com/u/Fu-Jie) + - 浏览插件列表,选择你喜欢的插件。 + - 点击 "Get" 按钮,将其直接导入到你的 OpenWebUI 实例中。 + +2. **手动安装**: + - 浏览[插件中心](plugins/index.md)并下载插件文件(`.py`) + - 打开 OpenWebUI **管理面板** → **设置** → **插件** + - 点击上传按钮并选择 `.py` 文件 + - 刷新页面并在聊天设置中启用插件 ---