appplat.php 363 B

123456789101112131415
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'Name' => 'Name',
  5. 'Image' => 'logo',
  6. 'Url' => 'Url',
  7. 'Weigh' => 'Weigh',
  8. 'Type' => 'Type',
  9. 'Type 1' => 'leave a good comment',//留个好评
  10. 'Type 2' => 'follow us',//关注我们
  11. 'Biglogo' => 'Big logo',
  12. 'Biglogo 1' => 'yes',
  13. 'Biglogo 0' => 'no'
  14. ];