plugin.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "id": "b4b2a6a6aec3d176f740d61d166fb2be",
  3. "name": "rchy-gjfw",
  4. "title": "人车轨迹服务",
  5. "prefix": "rcgjfw",
  6. "version": "1.1.1",
  7. "icon": "rcgjfw.png",
  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. "environment":[
  27. {
  28. "name":"DB_DSN",
  29. "title":"MySQL数据库配置",
  30. "description":"",
  31. "type":"text"
  32. },
  33. {
  34. "name":"REDIS_DSN",
  35. "title":"redis配置",
  36. "description":"",
  37. "type":"text"
  38. },
  39. {
  40. "name":"人车标签_允许的最大时间差",
  41. "title":"",
  42. "description":"单位:秒",
  43. "type":"text"
  44. },
  45. {
  46. "name":"被盗告警_间隔时间",
  47. "title":"",
  48. "description":"单位:秒",
  49. "type":"text"
  50. },
  51. {
  52. "name":"车辆标签_rssi阀值",
  53. "title":"",
  54. "description":"数值越小,信号越强",
  55. "type":"text"
  56. },
  57. {
  58. "name":"车主标签_rssi阀值",
  59. "title":"",
  60. "description":"数值越小,信号越强",
  61. "type":"text"
  62. }
  63. ],
  64. "crontab":[
  65. ],
  66. "daemon":[
  67. {
  68. "name":"rchy-gjfw",
  69. "title":"人车轨迹服务",
  70. "description":"监听20160端口,检测到车辆、车主信号时,推送告警信息",
  71. "startcmd":"{php} {plugin.dir}/index.php start -d rcgjfw_index/index ",
  72. "stopcmd":"{php} {plugin.dir}/index.php stop"
  73. }
  74. ],
  75. "pointcuts":[
  76. ],
  77. "advices":[
  78. ],
  79. "pcmenu":[
  80. ],
  81. "rights":[
  82. ]
  83. }