mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-05 03:58:39 +00:00
52 lines
1.5 KiB
PHP
52 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'payment' => [
|
|
'labels' => [
|
|
'bitpayx' => '麻瓜宝',
|
|
'codepay' => '码支付',
|
|
'credit' => '余额',
|
|
'epay' => '易支付',
|
|
'f2fpay' => '支付宝当面付',
|
|
'paybeaver' => '海狸支付',
|
|
'payjs' => 'PayJs',
|
|
'paypal' => 'PayPal',
|
|
'stripe' => 'Stripe',
|
|
'theadpay' => '平头哥支付',
|
|
'youzan' => '有赞云',
|
|
],
|
|
'icon' => [
|
|
0 => 'creditpay.svg',
|
|
1 => 'alipay.png',
|
|
2 => 'qq.png',
|
|
3 => 'wechat.png',
|
|
4 => 'coin.png',
|
|
5 => 'paypal.png',
|
|
6 => 'stripe.png',
|
|
],
|
|
],
|
|
|
|
'oauth' => [
|
|
'labels' => [
|
|
'facebook' => 'Facebook',
|
|
'twitter' => 'Twitter',
|
|
'linkedin' => 'LinkedIn',
|
|
'google' => 'Google',
|
|
'github' => 'GitHub',
|
|
'gitlab' => 'GitLab',
|
|
'bitbucket' => 'Bitbucket',
|
|
'telegram' => 'Telegram',
|
|
],
|
|
'icon' => [
|
|
'facebook' => 'fa-facebook',
|
|
'twitter' => 'fa-twitter',
|
|
'linkedin' => 'fa-linkedin',
|
|
'google' => 'fa-google',
|
|
'github' => 'fa-github',
|
|
'gitlab' => 'fa-gitlab',
|
|
'bitbucket' => 'fa-bitbucket',
|
|
'telegram' => 'fa-telegram',
|
|
],
|
|
],
|
|
];
|