config.php 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. [
  5. 'type' => 'input',
  6. 'title' => '应用市场服务器地址',
  7. 'field' => 'market_server_url',
  8. 'value' => 'http://apix.jd29.com',
  9. 'props' => [
  10. 'placeholder' => '请输入应用市场服务器地址',
  11. ],
  12. '_fc_id' => 'id_Fsfdmeegdfsrafc',
  13. 'name' => 'ref_Fbqmmeegdfsragc',
  14. '_fc_drag_tag' => 'input',
  15. 'display' => true,
  16. 'hidden' => false,
  17. 'info' => '应用市场服务器地址',
  18. ],
  19. [
  20. 'type' => 'input',
  21. 'title' => '应用市场API密钥',
  22. 'field' => 'market_api_key',
  23. 'props' => [
  24. 'placeholder' => '请输入应用市场API密钥',
  25. 'rows' => 4,
  26. 'type' => 'textarea'
  27. ],
  28. '_fc_id' => 'id_Fjjbmeegdfsrabc',
  29. 'name' => 'ref_Fstymeegdfsracc',
  30. '_fc_drag_tag' => 'input',
  31. 'display' => true,
  32. 'hidden' => false,
  33. 'info' => '应用市场API密钥',
  34. ],
  35. ];