7 lines
78 B
PHP
7 lines
78 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Head_image' => '头像',
|
||
|
'Weigh' => '权重'
|
||
|
];
|