config.php 931 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?php
  2. declare(strict_types=1);
  3. return json_decode(<<<'JSON'
  4. [
  5. {
  6. "type": "input",
  7. "title": "AppKey",
  8. "field": "app_key",
  9. "props": {
  10. "placeholder": "请输入AppKey"
  11. },
  12. "_fc_id": "id_Fj8wmdlxp75qacc",
  13. "name": "ref_F5uymdlxp75qadc",
  14. "display": true,
  15. "hidden": false,
  16. "_fc_drag_tag": "input"
  17. },
  18. {
  19. "type": "input",
  20. "title": "AppSecret",
  21. "field": "app_secret",
  22. "props": {
  23. "placeholder": "请输入AppSecret"
  24. },
  25. "_fc_id": "id_Fk7hmdlxp75raec",
  26. "name": "ref_Fo16mdlxp75rafc",
  27. "display": true,
  28. "hidden": false,
  29. "_fc_drag_tag": "input"
  30. },
  31. {
  32. "type": "input",
  33. "title": "AppCode",
  34. "field": "app_code",
  35. "props": {
  36. "placeholder": "请输入AppCode"
  37. },
  38. "_fc_id": "id_F0wwmdlxp75ragc",
  39. "name": "ref_F8mxmdlxp75rahc",
  40. "display": true,
  41. "hidden": false,
  42. "_fc_drag_tag": "input"
  43. }
  44. ]
  45. JSON, true);