~~~
壓縮包目錄結構
├─controller 控制器目錄
├─view 視圖目錄
├─static 靜態文件目錄
│ ├─css CSS
│ ├─image 圖片
│ └─js JS
├─config.json 配置文件
~~~
config.json文件結構
```
{
"pulg_name": "E采集",
"author": "Ehua",
"describe": "介紹",
"lavel": "1.0",
"route": [
"init"
]
}
```
controller與view均為thinkphp5標準目錄格式。
controller中必須聲明into方法用作插件入口