blockresource.php 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return [
  3. 'Block_id' => '块ID',
  4. 'Block_name' => '块标题',
  5. 'Type' => '类型',
  6. 'Type 1' => '书籍',
  7. 'Type 2' => '跳转URL',
  8. 'Type 3' => '专题',
  9. 'Image' => '图片',
  10. 'Book_id' => '书籍ID',
  11. 'Url' => '链接地址',
  12. 'Weigh' => '排序',
  13. 'Createtime' => '创建时间',
  14. 'Updatetime' => '更新时间',
  15. 'Manageblock.page_id' => '页ID',
  16. 'Manageblock.name' => '块标题',
  17. 'Manageblock.second_name' => '块副标题',
  18. 'Manageblock.type' => '块类型',
  19. 'Manageblock.type 1' => '轮播',
  20. 'Manageblock.type 2' => '横4',
  21. 'Manageblock.type 3' => '竖4',
  22. 'Manageblock.type 4' => '标题导航',
  23. 'Manageblock.type 5' => '搜索',
  24. 'Manageblock.type 6' => '块导航',
  25. 'Manageblock.weigh' => '排序',
  26. 'Manageblock.createtime' => '创建时间',
  27. 'Manageblock.updatetime' => '更新时间',
  28. 'block title' => '提示',
  29. 'create block notice' => '类型只能选择一种',
  30. 'Book_name'=>'书籍名称',
  31. 'Free_stime' => '限免开始时间',
  32. 'Free_etime' => '限免结束时间',
  33. ];