You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
336 B
15 lines
336 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'AgentInfo' => '代理商信息',
|
|
'agent-info' => '代理商信息',
|
|
],
|
|
'fields' => [
|
|
'about' => '关于我们',
|
|
'agent_id' => '代理商ID',
|
|
'buy_protocol' => '购买协议',
|
|
'reg_protocol' => '注册协议',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|