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.
30 lines
837 B
30 lines
837 B
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Administrator
|
|
* Date: 2020/8/6
|
|
* Time: 17:25
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'CurrencyDetails' => '币种信息',
|
|
],
|
|
'fields' => [
|
|
'coin_name' => '货币名称',
|
|
'qty_decimals' => '交易量精度',
|
|
'symbol' => '交易对',
|
|
'full_name' => '全称',
|
|
'withdrawal_fee' => '提币手续费',
|
|
'official_website_link' => '官方链接',
|
|
'white_paper_link' => '白皮书链接',
|
|
'block_query_link' => '区块查询链接',
|
|
'coin_content' => '币种介绍',
|
|
'publish_time' => '发行时间',
|
|
'total_issuance' => '发行总量',
|
|
'total_circulation' => '流通总量',
|
|
'crowdfunding_price' => '众筹价格',
|
|
'coin_icon' => '币种图标',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|