common.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. 'network_status' => [
  50. 1 => '✔️ 通讯正常',
  51. 2 => '🛑 海外阻断',
  52. 3 => '🛑 国内阻断',
  53. 4 => '❌ 断连',
  54. ],
  55. 'notification' => [
  56. 'labels' => [
  57. 1 => '邮件',
  58. 2 => 'ServerChan',
  59. 3 => 'Bark',
  60. 4 => 'Telegram',
  61. 5 => '微信企业',
  62. 6 => 'TG酱',
  63. 7 => 'PushPlus',
  64. ],
  65. ],
  66. ];