| 12345678910111213141516171819 |
- <?php
- return [
- 'labels' => [
- 'Gift' => '礼品',
- 'gift' => '礼品',
- ],
- 'fields' => [
- 'id' => '礼品ID',
- 'name' => '名称',
- 'type' => '类型',
- 'attire_id' => '装扮ID',
- 'limit' => '限购数量',
- 'sort' => '排序',
- 'cost_pasters'=>'花费贴纸数',
- 'info' => '物品介绍',
- ],
- 'options' => [
- ],
- ];
|