qinzexin 03c19a0c31 新闻管理,接口
团务百科管理,接口
信息公开管理,接口
2025-05-21 18:06:43 +08:00

24 lines
672 B
PHP

<?php
return [
'Title' => '标题',
'Subtitle' => '副标题',
'Source' => '来源',
'Image' => '封面',
'Type' => '文章类型',
'Type 1' => '富文本',
'Type 2' => 'PDF文档',
'Content' => '内容',
'File' => '附件',
'Recommend' => '置顶',
'Recommend 0' => '否',
'Recommend 1' => '是',
'Weigh' => '权重',
'Release_time' => '发布时间',
'Views' => '浏览量',
'Virtual_views' => '虚拟浏览量',
'Createtime' => '创建时间',
'Updatetime' => '修改时间',
'Deletetime' => '删除时间'
];