From d32b9b79a7faaf64070f7e4a016e4963468e6ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Mon, 20 Mar 2023 16:22:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/plugin.md b/plugin.md index e5d408bb4..5424828aa 100644 --- a/plugin.md +++ b/plugin.md @@ -31,6 +31,13 @@ > * 插件仓库:https://github.com/zoujingli/think-plugs-static > * 开源协议:MIT ( 免费开放,里面有部分其他开源协议,具体可以查看源文件 ) +> 基于 Workerman 的 Http 服务插件( 已稳定可用 ) +> * 插件标识:`plugin-worker` +> * 插件包名:`zoujingli/think-plugs-worker` +> * 安装方式:`composer require zoujingli/think-plugs-worker` +> * 插件仓库:https://github.com/zoujingli/think-plugs-worker +> * 开源协议:Apache2 ( 免费开放 ) + > 基础在线插件市场 ( 开发中,后期开放 ThinkAdmin 生态市场 ) > * 插件标识:`plugin-center` > * 插件包名:`zoujingli/think-plugs-center` @@ -38,6 +45,13 @@ > * 插件仓库:https://github.com/zoujingli/think-plugs-center > * 开源协议:Apache2 ( 免费开放,里面有部分其他开源协议,具体可以查看源文件 ) +> 微信开放平台基础插件( 已稳定可用 ) +> * 插件标识:`plugin-wechat-service` +> * 插件包名:`zoujingli/think-plugin-wechat-service` +> * 安装方式:`composer require zoujingli/think-plugin-wechat-service` +> * 插件仓库:https://github.com/zoujingli/think-plugs-wechat-service +> * 授权协议:VIP授权 ( 非VIP用户仅可用于学习,不得商用 ) + > 基础用户账号管理 ( 开发中,已支持微信公众号和小程序登录,后期会增加更多 ) > * 插件标识:`plugin-account` > * 插件包名:`zoujingli/think-plugs-account` @@ -59,9 +73,3 @@ > * 插件仓库:https://gitee.com/zoujingli/think-plugs-base-goods > * 开源协议:MIT ( 免费开放 ) -> 微信开放平台基础插件( 已稳定可用 ) -> * 插件标识:`plugin-wechat-service` -> * 插件包名:`zoujingli/think-plugin-wechat-service` -> * 安装方式:`composer require zoujingli/think-plugin-wechat-service` -> * 插件仓库:https://github.com/zoujingli/think-plugs-wechat-service -> * 授权协议:VIP授权 ( 非VIP用户仅可用于学习,不得商用 ) \ No newline at end of file