# 发布插件

## 将您的插件發布至 Eagle 插件中心 <a href="#fqk6i" id="fqk6i"></a>

要将您的插件项目发布到 Eagle 插件中心，需先将插件导出为 `.eagleplugin` 格式。

## 提交新版本 <a href="#x0bye" id="x0bye"></a>

如果您需要提交新版本，您可以执行以下步骤：

1. 从右上方点击「投稿」

   <figure><img src="/files/tO3Wk7lkBSsZSCLkJdYI" alt=""><figcaption></figcaption></figure>
2. 点选「投稿插件」

   <figure><img src="/files/EuiooKouOXEjYxef4L8o" alt=""><figcaption></figcaption></figure>
3. 点选「点击上传」

   <figure><img src="/files/cX3xDJxAhTuqZHiUIDBw" alt=""><figcaption></figcaption></figure>
4. 選擇您的插件並且上傳 (插件必须为 `.eagleplugin` 文件)

   <figure><img src="/files/dSJD4BRo390eRzpmZHB5" alt=""><figcaption></figcaption></figure>
5. 填写相关介绍信息

   <figure><img src="/files/nA7JogzXJWRyc0x38bN4" alt=""><figcaption></figcaption></figure>
6. 填写本次版本更新内容

   <figure><img src="/files/Hun6PfDi8fpHy4AfM1bf" alt=""><figcaption></figcaption></figure>
7. 提交审核並等待审核结果

   <figure><img src="/files/9HCLXqNQcNXjQiFFh376" alt=""><figcaption></figcaption></figure>

通过审核后，您的插件即可在 Eagle 插件中心上架。

***

## 提供用户支持 <a href="#qwdab" id="qwdab"></a>

作为插件的开发者，您需要提供用户支持。在提交插件以供审核时，您需要添加支持联系人，这可以是用户可以联系的电子邮件地址，也可以是网站或帮助中心的链接。这样，用户就可以通过您提供的信息来获得技术支持。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.eagle.cool/plugin-api/zh-cn/distribution/publish.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
