123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "id": "b4b2a3beabc3c7df15248419d0544dd7",
- "name": "dpsb",
- "title": "大棚设备",
- "prefix": "dpsb",
- "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": "保存表单修改"
- }
- ],
- "environment":[
- {
- "name":"DB_DSN",
- "title":"MySQL数据库配置",
- "description":"",
- "type":"text"
- }
- ]
- }
|