From 8f0a15d7cb0e5fac5bef206180eeb9070906bc95 Mon Sep 17 00:00:00 2001 From: WRC Date: Tue, 11 Feb 2025 15:59:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E8=AE=B8?= =?UTF-8?q?=E5=8F=AF=E8=AF=81=E7=9B=B8=E5=85=B3=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dev/plugins/publishing.md | 2 +- src/en-us/dev/plugins/publishing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dev/plugins/publishing.md b/src/dev/plugins/publishing.md index b91dc01..5cdd2b9 100644 --- a/src/dev/plugins/publishing.md +++ b/src/dev/plugins/publishing.md @@ -42,7 +42,7 @@ Compress-Archive -Path "(你的插件编译输出目录,如 E:\xxx\MyPlugin\ - 插件是符合[开源定义](https://opensource.org/osd),并有开源许可证的开源项目。 - 代码存储库托管于 GitHub 上。 -不符合以上条件的插件仍然能在本项目的开源许可(MIT License)下以其它形式自由分发,但不能上架插件市场。 +不符合以上条件的插件仍然能在本项目的插件 SDK 的开源许可(LGPLv3)下以其它形式自由分发,但不能上架插件市场。 要将插件上架到插件市场,您需要在在原来的插件清单的基础上,补充相关信息,并将补充后的插件清单文件上传到[插件源仓库]中。 diff --git a/src/en-us/dev/plugins/publishing.md b/src/en-us/dev/plugins/publishing.md index c7fedce..922386b 100644 --- a/src/en-us/dev/plugins/publishing.md +++ b/src/en-us/dev/plugins/publishing.md @@ -42,7 +42,7 @@ Compress-Archive -Path "(你的插件编译输出目录,如 E:\xxx\MyPlugin\ - 插件是符合[开源定义](https://opensource.org/osd),并有开源许可证的开源项目。 - 代码存储库托管于 GitHub 上。 -不符合以上条件的插件仍然能在本项目的开源许可(MIT License)下以其它形式自由分发,但不能上架插件市场。 +不符合以上条件的插件仍然能在本项目的开源许可(LGPLv3)下以其它形式自由分发,但不能上架插件市场。 要将插件上架到插件市场,您需要在在原来的插件清单的基础上,补充相关信息,并将补充后的插件清单文件上传到[插件源仓库]中。