13 lines
297 B
PHP
13 lines
297 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Image' => '展示图',
|
||
|
'Type' => '跳转类型',
|
||
|
'Type in' => '内部跳转',
|
||
|
'Type out' => '外部跳转',
|
||
|
'Url' => '跳转链接',
|
||
|
'Weigh' => '权重',
|
||
|
'Createtime' => '创建时间',
|
||
|
'Deletetime' => '删除时间'
|
||
|
];
|