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.
18 lines
364 B
18 lines
364 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'WalletCollection' => '归集',
|
|
],
|
|
'fields' => [
|
|
'symbol' => 'symbol',
|
|
'from' => 'from',
|
|
'amount' => '数量',
|
|
'to' => 'to',
|
|
'txid' => '交易hash',
|
|
'datetime' => '日期',
|
|
'note' => '备注',
|
|
'status' => '状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|