site.php 107 B

12345678
  1. <?php
  2. /**
  3. * 站点配置文件
  4. */
  5. return [
  6. 'userName' => '实验室',
  7. 'superAdmin_ids' => [1]
  8. ];