plugin.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "id": "b4b2a3beabc3c7df15248419d0544dd7",
  3. "name": "dpsb",
  4. "title": "大棚设备",
  5. "prefix": "dpsb",
  6. "version": "1.0.3",
  7. "icon": "",
  8. "description": "大棚设备",
  9. "homepage": "",
  10. "license": "",
  11. "repository": {
  12. "type": "git",
  13. "url": ""
  14. },
  15. "author": {
  16. "name": "elviss",
  17. "mobile": "",
  18. "email": "elvisszhang@icloud.com",
  19. "company": ""
  20. },
  21. "dependencies": {
  22. },
  23. "devDependencies": {
  24. "thinkphp": "3.1.3"
  25. },
  26. "pointcuts":[
  27. {
  28. "name": "ui_grid_after_display",
  29. "title": "保存打开列表"
  30. },
  31. {
  32. "name": "ui_form_after_display",
  33. "title": "保存查看表单"
  34. },
  35. {
  36. "name": "ui_form_after_insert",
  37. "title": "保存表单添加"
  38. },
  39. {
  40. "name": "ui_form_after_update",
  41. "title": "保存表单修改"
  42. }
  43. ],
  44. "environment":[
  45. {
  46. "name":"DB_DSN",
  47. "title":"MySQL数据库配置",
  48. "description":"",
  49. "type":"text"
  50. }
  51. ]
  52. }