# 更新插件

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

提交新版本需要您按照上述步骤操作。首先，您需要访问个人页面，点击欲提交新版本的插件，选择「提交新版本」，并上传新版本的 `.eagleplugin` 文件，填写本次版本更新内容，提交审核。审核完成后，您的新版本即可完成更新。

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

1. 从右上方点击「头像」

   <figure><img src="/files/jY9Mly8ol2xIg1A6vLAV" alt=""><figcaption></figcaption></figure>
2. 点选「个人主页」

   <figure><img src="/files/7Kx2zWeuMHLC4Vwv0ZZt" alt=""><figcaption></figcaption></figure>
3. 在要更新的插件右上角选择「编辑」

   <figure><img src="/files/CzlYrAwbhjhOaeqCcWbg" alt=""><figcaption></figcaption></figure>
4. 在上传区域点选「上传新版本」

   <figure><img src="/files/xIeKEq32adAg86gPzYUw" alt=""><figcaption></figcaption></figure>
5. 选择您要提交的插件 (插件必须为 .eagleplugin 文件)

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

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

   <figure><img src="/files/qLbyZNwgblibSYDSoI3a" alt=""><figcaption></figcaption></figure>

通过审核后，您更新的插件即会在 Eagle 插件广场上显示。


---

# 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/update.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.
