plugin.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "id": "b4b2a3beabc7acfae87ef292a0700337",
  3. "name": "dpyh",
  4. "title": "大棚用户",
  5. "prefix": "dpyh",
  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. "name": "ui_control_result",
  45. "title": "保存控制结果"
  46. }
  47. ],
  48. "environment":[
  49. {
  50. "name":"DB_DSN",
  51. "title":"MySQL数据库配置",
  52. "description":"",
  53. "type":"text"
  54. }
  55. ]
  56. }