Files
ProxyPanel/config/common.php
兔姬桑 f67bcf623d code improve
Apply fixes from StyleCI
2022-01-16 22:57:48 +08:00

73 lines
1.9 KiB
PHP

<?php
return [
'payment' => [
'labels' => [
'bitpayx' => '麻瓜宝',
'codepay' => '码支付',
'credit' => '余额',
'epay' => '易支付',
'f2fpay' => '支付宝当面付',
'manual' => '人工支付',
'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',
7 => 'pay.svg',
],
],
'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',
],
],
'network_status' => [
1 => '✔️ 正常',
2 => '🛑 海外阻断',
3 => '🛑 国内阻断',
4 => '❌ 断连',
],
'notification' => [
'labels' => [
1 => '邮件',
2 => 'ServerChan',
3 => 'Bark',
4 => 'Telegram',
5 => '微信企业',
6 => 'TG酱',
7 => 'PushPlus',
],
],
];