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.
17 lines
484 B
17 lines
484 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'UserSubscribe' => 'UserSubscribe',
|
|
],
|
|
'fields' => [
|
|
'coin_name' => '币种英文名',
|
|
'issue_price' => '发行价',
|
|
'subscribe_currency' => '申购币种',
|
|
'expected_time_online' => '预计上线时间',
|
|
'start_subscription_time' => '开始申购时间',
|
|
'end_subscription_time' => '结束申购时间',
|
|
'project_details' => '项目详情',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|