~~~
压缩包目录结构
├─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方法用作插件入口