You've already forked jianlizaojia
26 lines
536 B
JSON
26 lines
536 B
JSON
{
|
|
"name": "q792602257/custom-app-plug",
|
|
"description": "ThinkAdmin Plugin: Add Custom Plugs Located in app",
|
|
"version": "dev-master",
|
|
"minimum-stability": "dev",
|
|
"license": "WTFPL",
|
|
"authors": [
|
|
{
|
|
"name": "Jerry Yan",
|
|
"email": "792602257@qq.com"
|
|
}
|
|
],
|
|
"extra": {
|
|
"config": {
|
|
"type": "module",
|
|
"name": "app插件",
|
|
"platforms": ["h5web"],
|
|
"description": "app目录下的插件定义"
|
|
},
|
|
"think": {
|
|
"services": [
|
|
"app\\xzgl\\Service"
|
|
]
|
|
}
|
|
}
|
|
} |