18 lines
423 B
PHP
18 lines
423 B
PHP
<?php
|
|
/**
|
|
* page.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-07-28 20:59:38
|
|
* @modified 2022-07-28 20:59:38
|
|
*/
|
|
return [
|
|
'index' => '뉴스블로그',
|
|
'author' => '작가',
|
|
'views' => '수 보기',
|
|
'created_at' => '발표시간',
|
|
'text_summary' => '요약',
|
|
];
|