From c8a54efd3627ab9a787b1dff614acfe39668d54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=AB=E7=83=AC=E6=9F=93?= Date: Fri, 19 Jan 2024 23:29:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E4=BD=A0=E7=9A=84=E7=AC=AC=E4=B8=80=E4=B8=AA=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/docs/introduction.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/docs/introduction.md b/src/docs/introduction.md index cf7909f..73fe827 100644 --- a/src/docs/introduction.md +++ b/src/docs/introduction.md @@ -137,4 +137,8 @@ contextBridge.exposeInMainWorld("plugin_template", {}); ## 上传插件 -正在施工中... +如果你编写完成一个插件,想要上传到插件列表中提供给插件市场读取,请根据以下步骤进行: + +1. 你需要将插件开源在 GitHub 中并发布 Release 附带 zip 格式插件压缩包,确保 manifest.json 在最顶层 +2. 编辑 manifest.json 添加 repository 字段,确保 manifest.json 在最顶层,件市场会读取仓库内此文件 +3. 插件列表仓库 提交 Issues 或 Pull requests,仿造 plugins.json 内格式,将你的插件追加到文件末尾