mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 23:19:05 +00:00
28 lines
724 B
PHP
28 lines
724 B
PHP
<?php
|
|
|
|
return [
|
|
'payment' => [
|
|
'labels' => [
|
|
'bitpayx' => '麻瓜宝',
|
|
'codepay' => '码支付',
|
|
'credit' => '余额',
|
|
'epay' => '易支付',
|
|
'f2fpay' => '支付宝当面付',
|
|
'paybeaver' => '海狸支付',
|
|
'payjs' => 'PayJs',
|
|
'paypal' => 'PayPal',
|
|
'stripe' => 'Stripe',
|
|
'youzan' => '有赞云',
|
|
],
|
|
'icon' => [
|
|
0 => 'creditpay.svg',
|
|
1 => 'alipay.png',
|
|
2 => 'qq.png',
|
|
3 => 'wechat.png',
|
|
4 => 'coin.png',
|
|
5 => 'paypal.png',
|
|
6 => 'stripe.png',
|
|
],
|
|
],
|
|
];
|