9 lines
122 B
PHP
9 lines
122 B
PHP
<?php
|
|
|
|
return [
|
|
'Name' => '名称',
|
|
'Url' => '链接',
|
|
'Weigh' => '排序',
|
|
'Status' => '状态'
|
|
];
|