| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?php
- return array (
- 'name' => '掘金路',
- 'beian' => '',
- 'cdnurl' => '',
- 'version' => '1.0.7',
- 'timezone' => 'Asia/Shanghai',
- 'forbiddenip' => '',
- 'languages' =>
- array (
- 'backend' => 'zh-cn',
- 'frontend' => 'zh-cn',
- ),
- 'fixedpage' => 'dashboard',
- 'categorytype' =>
- array (
- 'default' => '默认',
- 'page' => '单页',
- 'article' => '文章',
- 'test' => 'Test',
- ),
- 'configgroup' =>
- array (
- 'basic' => '基础配置',
- ),
- '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',
- 'attachmentcategory' =>
- array (
- 'category1' => '分类一',
- 'category2' => '分类二',
- 'custom' => '自定义',
- ),
- 'direct_income' => '10',
- 'transfer_fee' => '0.8',
- 'recharge_txt' => 'xxddddss',
- 'chabao_rate' => '0.7',
- 'withdrawal_fee' => '0.1',
- 'withdraw_min_amount' => '100',
- 'convert_rate' => '7.2',
- 'giveaway' => '0.12',
- 'giveaway_txt' => '赠送订单xxxx',
- 'pv_rate' => '0.1',
- 'chabao_giveaway' => '0.3',
- 'chabao_giveaway_txt' => '茶宝赠送xxxxx',
- );
|