| 1234567891011121314 |
- <?php
- declare(strict_types=1);
- return array(
- 'id' => 'points',
- 'name' => '用户积分模块',
- 'category' => 'other',
- 'description' => '用户积分模块,用户积分的新增 减少 对冲 列表等等',
- 'author' => 'runphp',
- 'email' => 'runphp@qq.com',
- 'website' => '',
- 'image' => '',
- 'license' => 'MIT',
- );
|