plugin.php 254 B

12345678910111213141516
  1. <?php
  2. return array (
  3. 'apiUrl' => 'https://api.laytp.com',
  4. 'installed' =>
  5. array (
  6. 0 => 'ali_oss',
  7. 1 => 'ali_sms',
  8. 2 => 'curd',
  9. 3 => 'qiniu_kodo',
  10. 4 => 'ueditor',
  11. ),
  12. 'installedEditor' =>
  13. array (
  14. 0 => 'ueditor',
  15. ),
  16. );