home.php 504 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Category' => '分类',
  5. 'Category 1' => '2行4个',
  6. 'Category 2' => '1行5个',
  7. 'Name' => '标题',
  8. 'Image' => '封面图',
  9. 'Type' => '跳转方式',
  10. 'Type 0' => '本小程序',
  11. 'Type 1' => '外部小程序',
  12. 'Type 2' => '提示语',
  13. 'Type 3' => 'H5',
  14. 'Url' => '链接地址',
  15. 'Remark' => '提示语',
  16. 'Remark_image' => '提示图片'
  17. ];