info.php 349 B

1234567891011121314
  1. <?php
  2. declare(strict_types=1);
  3. return array(
  4. 'id' => 'points',
  5. 'name' => '用户积分模块',
  6. 'category' => 'other',
  7. 'description' => '用户积分模块,用户积分的新增 减少 对冲 列表等等',
  8. 'author' => 'runphp',
  9. 'email' => 'runphp@qq.com',
  10. 'website' => '',
  11. 'image' => '',
  12. 'license' => 'MIT',
  13. );