config.php 308 B

12345678910111213141516
  1. <?php
  2. return [
  3. [
  4. 'name' => '__tips__',
  5. 'title' => '温馨提示',
  6. 'type' => 'string',
  7. 'content' => [],
  8. 'value' => '请填写项目各种配置',
  9. 'rule' => '',
  10. 'msg' => '',
  11. 'tip' => '',
  12. 'ok' => '',
  13. 'extend' => '',
  14. ],
  15. ];