gift.php 410 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Gift' => '礼品',
  5. 'gift' => '礼品',
  6. ],
  7. 'fields' => [
  8. 'id' => '礼品ID',
  9. 'name' => '名称',
  10. 'type' => '类型',
  11. 'attire_id' => '装扮ID',
  12. 'limit' => '限购数量',
  13. 'sort' => '排序',
  14. 'cost_pasters'=>'花费贴纸数',
  15. 'info' => '物品介绍',
  16. ],
  17. 'options' => [
  18. ],
  19. ];