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.
14 lines
359 B
14 lines
359 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'CenterWallet' => 'CenterWallet',
|
|
],
|
|
'fields' => [
|
|
'center_wallet_name' => '账户说明',
|
|
'center_wallet_account' => '中心钱包账户名',
|
|
'center_wallet_address' => '中心钱包地址',
|
|
'center_wallet_balance' => '中央钱包余额',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|