# 打包插件

## 打包插件

### 將您的插件匯出為Eagle Plugin <a href="#fqk6i" id="fqk6i"></a>

若要將您的插件專案發布到Eagle插件中心，您需要先將插件匯出為`.eagleplugin`格式。

1. 開啟插件面板（或按下 `P` 鍵）

   <figure><img src="/files/9h6tOeq8KZQmBqTg3l6I" alt=""><figcaption></figcaption></figure>
2. 右鍵點擊欲發布的插件

   <figure><img src="/files/XTtvz7jjJmfzXAfaD79y" alt=""><figcaption></figcaption></figure>
3. 選擇「打包插件」

   <figure><img src="/files/bKnNv77lFIjwZxSxOzWb" alt=""><figcaption></figcaption></figure>
4. 選擇儲存路徑，完成匯出

   <figure><img src="/files/dRwBjgk9LClPg6GU3KpE" alt=""><figcaption></figcaption></figure>
5. 查看你剛剛匯出的 Eagle Plugin 插件檔案

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

接下來，您需要前往Eagle插件提交頁面，上傳`.eagleplugin`檔案，並填寫必要的資訊。提交後，您的插件將經過審核。通過審核後，您的插件即可在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-tw/distribution/package.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.
