Skip to content

Commit

Permalink
更新文档许可证相关信息
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWRC committed Feb 11, 2025
1 parent 9f6b2dd commit 8f0a15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dev/plugins/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Compress-Archive -Path "(你的插件编译输出目录,如 E:\xxx\MyPlugin\
- 插件是符合[开源定义](https://opensource.org/osd),并有开源许可证的开源项目。
- 代码存储库托管于 GitHub 上。

不符合以上条件的插件仍然能在本项目的开源许可(MIT License)下以其它形式自由分发,但不能上架插件市场。
不符合以上条件的插件仍然能在本项目的插件 SDK 的开源许可(LGPLv3)下以其它形式自由分发,但不能上架插件市场。

要将插件上架到插件市场,您需要在在原来的插件清单的基础上,补充相关信息,并将补充后的插件清单文件上传到[插件源仓库]中。

Expand Down
2 changes: 1 addition & 1 deletion src/en-us/dev/plugins/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Compress-Archive -Path "(你的插件编译输出目录,如 E:\xxx\MyPlugin\
- 插件是符合[开源定义](https://opensource.org/osd),并有开源许可证的开源项目。
- 代码存储库托管于 GitHub 上。

不符合以上条件的插件仍然能在本项目的开源许可(MIT License)下以其它形式自由分发,但不能上架插件市场。
不符合以上条件的插件仍然能在本项目的开源许可(LGPLv3)下以其它形式自由分发,但不能上架插件市场。

要将插件上架到插件市场,您需要在在原来的插件清单的基础上,补充相关信息,并将补充后的插件清单文件上传到[插件源仓库]中。

Expand Down

0 comments on commit 8f0a15d

Please sign in to comment.