page.php 353 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <?php return [ 'id' => 'ID', 'category_id' => '分类ID', 'title' => '标题', 'keywords' => '关键字', 'flag' => '标志', 'image' => '头像', 'content' => '内容', 'icon' => '图标', 'views' => '点击', 'comments' => '评论', 'weigh' => '权重', 'status' => '状态' ];