common.php 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. return [
  3. 'payment' => [
  4. 'labels' => [
  5. 'bitpayx' => '麻瓜宝',
  6. 'codepay' => '码支付',
  7. 'credit' => '余额',
  8. 'epay' => '易支付',
  9. 'f2fpay' => '支付宝当面付',
  10. 'paybeaver' => '海狸支付',
  11. 'payjs' => 'PayJs',
  12. 'paypal' => 'PayPal',
  13. 'stripe' => 'Stripe',
  14. 'theadpay' => '平头哥支付',
  15. 'youzan' => '有赞云',
  16. ],
  17. 'icon' => [
  18. 0 => 'creditpay.svg',
  19. 1 => 'alipay.png',
  20. 2 => 'qq.png',
  21. 3 => 'wechat.png',
  22. 4 => 'coin.png',
  23. 5 => 'paypal.png',
  24. 6 => 'stripe.png',
  25. ],
  26. ],
  27. 'oauth' => [
  28. 'labels' => [
  29. 'facebook' => 'FaceBook',
  30. 'twitter' => 'Twitter',
  31. 'linkedin' => 'Linkedin',
  32. 'google' => 'Google',
  33. 'github' => 'GitHub',
  34. 'gitlab' => 'GitLab',
  35. 'bitbucket' => 'Bitbucket',
  36. ],
  37. 'icon' => [
  38. 'facebook' => 'fa-facebook',
  39. 'twitter' => 'fa-twitter',
  40. 'linkedin' => 'fa-linkedin',
  41. 'google' => 'fa-google',
  42. 'github' => 'fa-github',
  43. 'gitlab' => 'fa-gitlab',
  44. 'bitbucket' => 'fa-bitbucket',
  45. ],
  46. ],
  47. ];