# 歡迎使用 ELDependenci-MVC

本框架參考了 SpringMVC 的使用方式和架構，採用了 MVC 模式所設計的 Bukkit UI 界面框架。使用 MVC 模式的好處在於能把界面邏輯和業務邏輯分開，減低兩者的耦合度，便於維護之餘也方便了之後的擴展。

在開始本文檔之前，我們會建議你先去簡單了解一下 [MVC 設計模式](https://tw.alphacamp.co/blog/mvc-model-view-controller)。


---

# 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://eric2788.gitbook.io/eldependenci-mvc/master.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.
