common.php 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. 'telegram' => 'Telegram',
  37. ],
  38. 'icon' => [
  39. 'facebook' => 'fa-facebook',
  40. 'twitter' => 'fa-twitter',
  41. 'linkedin' => 'fa-linkedin',
  42. 'google' => 'fa-google',
  43. 'github' => 'fa-github',
  44. 'gitlab' => 'fa-gitlab',
  45. 'bitbucket' => 'fa-bitbucket',
  46. 'telegram' => 'fa-telegram',
  47. ],
  48. ],
  49. ];