12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "id": "b4b2a3beabc7acfae87ef292a0700337",
- "name": "dpyh",
- "title": "大棚用户",
- "prefix": "dpyh",
- "version": "1.0.3",
- "icon": "",
- "description": "大棚用户",
- "homepage": "",
- "license": "",
- "repository": {
- "type": "git",
- "url": ""
- },
- "author": {
- "name": "elviss",
- "mobile": "",
- "email": "elvisszhang@icloud.com",
- "company": ""
- },
- "dependencies": {
- },
- "devDependencies": {
- "thinkphp": "3.1.3"
- },
- "pointcuts":[
- {
- "name": "ui_grid_after_display",
- "title": "保存打开列表"
- },
- {
- "name": "ui_form_after_display",
- "title": "保存查看表单"
- },
- {
- "name": "ui_form_after_insert",
- "title": "保存表单添加"
- },
- {
- "name": "ui_form_after_update",
- "title": "保存表单修改"
- },
- {
- "name": "ui_control_result",
- "title": "保存控制结果"
- }
- ],
- "environment":[
- {
- "name":"DB_DSN",
- "title":"MySQL数据库配置",
- "description":"",
- "type":"text"
- }
- ]
- }
|