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