8 lines
138 B
PHP
8 lines
138 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Name' => '名称',
|
||
|
'Competitors' => '参赛主体',
|
||
|
'Competition_slogan' => '口号'
|
||
|
];
|