site.php 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?php
  2. return [
  3. 'name' => 'K歌',
  4. 'beian' => '琼ICP备2023001826号-1',
  5. 'cdnurl' => '',
  6. 'version' => '1.0.1',
  7. 'timezone' => 'Asia/Shanghai',
  8. 'forbiddenip' => '',
  9. 'languages' => [
  10. 'backend' => 'zh-cn',
  11. 'frontend' => 'zh-cn',
  12. ],
  13. 'fixedpage' => 'dashboard',
  14. 'categorytype' => [
  15. 'default' => 'Default',
  16. 'page' => 'Page',
  17. 'article' => 'Article',
  18. 'test' => 'Test',
  19. ],
  20. 'configgroup' => [
  21. 'basic' => 'Basic',
  22. 'dictionary' => 'Dictionary',
  23. 'currency' => '货币比例配置',
  24. 'other' => '其他配置',
  25. 'invite' => '邀请配置',
  26. 'androidversion' => '安卓版本更新',
  27. 'iosversion' => 'ios版本更新',
  28. 'indexpipei' => '首页匹配',
  29. 'takecash' => '提现',
  30. 'kaiguan' => '开关',
  31. ],
  32. 'mail_type' => '1',
  33. 'mail_smtp_host' => 'smtp.qq.com',
  34. 'mail_smtp_port' => '465',
  35. 'mail_smtp_user' => '10000',
  36. 'mail_smtp_pass' => 'password',
  37. 'mail_verify_type' => '2',
  38. 'mail_from' => '10000@qq.com',
  39. 'money_to_jewel' => '10000',
  40. 'alipay_switch' => '1',
  41. 'wechat_switch' => '1',
  42. 'recharge_switch' => '1',
  43. 'apisite_switch' => '1',
  44. 'apisite_notice' => '今天维护!',
  45. 'android_is_force' => '1',
  46. 'android_apkUrl' => 'https://www.pgyer.com/tSTYQg',
  47. 'android_apkName' => 'K歌1.0.1',
  48. 'android_desc' => '修复已知问题,优化用户体验',
  49. 'android_versionCode' => '1',
  50. 'iso_is_force' => '1',
  51. 'ios_downurl' => 'http://www.apple.com/store',
  52. 'iso_appname' => 'K歌1.0.1',
  53. 'iso_desc' => '这次更新了很多内容',
  54. 'iso_versioncode' => '1',
  55. 'ios_pay_sandbox' => '0',
  56. 'index_pipei_switch' => '1',
  57. 'index_pipei_oneday_user_times' => '-1',
  58. 'pipei_oneday_vipuser_times' => '-1',
  59. 'kefu_userids' => '51',
  60. 'caifulevel_rule' => [
  61. '如何获得财富等级?' => '财富等级象征用户尊贵身份,可通过在K歌社交消费金币获得经 验值,消费1金币=1经验值,累计足够的经验值后财富等级会自动升级。',
  62. '财富等级勋章的熄灭规则' => '每月1日0点至次月1日0点未获取足够的等级对应的经验值,次 月1日期熄灭勋章。',
  63. '财富等级勋章熄灭,如何恢复' => '1、如果勋章被熄灭,您只需从熄灭之日增加对应经验值即可重 新点亮',
  64. ],
  65. 'money_to_jewel_rule' => '1、每个档位不限制兑换次数 '."\r\n"
  66. .'2、兑换金币即刻到账,若出现兑换失败或延迟的情况,请 联系在线客服处理',
  67. 'take_cash_rule' => '1、提现需要完成实名认证、否则无法提现 '."\r\n"
  68. .'2、每个提现额度,每日可提现3次 '."\r\n"
  69. .'3、提现扣除手续费6‰ '."\r\n"
  70. .'4、相关额度会在1个工作日内审核发放,请注意查收',
  71. 'introsite_activeinfo' => '好友充值:'."\r\n"
  72. .'好友充值后获得充值额对应的3%金币奖励',
  73. 'introsite_introrule' => '1、所有用户都可以参加邀请好友活动'."\r\n"
  74. .'2、通过自己分享的活动页面地址下载注册成功,即发放注册奖励,若好友充值即奖励充值 金额的3%。',
  75. 'min_withdrawal_money' => '100',
  76. 'max_withdrawal_money' => '10000',
  77. 'withdrawal_plat_bili' => '6',
  78. 'gift_plat_scale' => '15',
  79. 'introsite_recharge_intro_bili' => '3',
  80. 'relation_joinin_platbili' => '30',
  81. 'party_live_platrate' => '10',
  82. 'party_live_guilderrate' => '30',
  83. 'party_party_platrate' => '10',
  84. 'party_party_guilderrate' => '30',
  85. 'baobi_gift_platrate' => '99',
  86. 'baobi_gift_guilderrate' => '0',
  87. 'baobi_zhisun_bili' => '80',
  88. ];