12345678910111213141516171819202122232425262728293031323334 |
- <?php
- return [
- 'Block_id' => '块ID',
- 'Block_name' => '块标题',
- 'Type' => '类型',
- 'Type 1' => '书籍',
- 'Type 2' => '跳转URL',
- 'Type 3' => '专题',
- 'Image' => '图片',
- 'Book_id' => '书籍ID',
- 'Url' => '链接地址',
- 'Weigh' => '排序',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'Manageblock.page_id' => '页ID',
- 'Manageblock.name' => '块标题',
- 'Manageblock.second_name' => '块副标题',
- 'Manageblock.type' => '块类型',
- 'Manageblock.type 1' => '轮播',
- 'Manageblock.type 2' => '横4',
- 'Manageblock.type 3' => '竖4',
- 'Manageblock.type 4' => '标题导航',
- 'Manageblock.type 5' => '搜索',
- 'Manageblock.type 6' => '块导航',
- 'Manageblock.weigh' => '排序',
- 'Manageblock.createtime' => '创建时间',
- 'Manageblock.updatetime' => '更新时间',
- 'block title' => '提示',
- 'create block notice' => '类型只能选择一种',
- 'Book_name'=>'书籍名称',
- 'Free_stime' => '限免开始时间',
- 'Free_etime' => '限免结束时间',
- ];
|