site.php
1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php
return array (
'name' => 'E-MP market',
'beian' => '',
'cdnurl' => '',
'version' => '1.0.1',
'timezone' => 'Asia/Shanghai',
'forbiddenip' => '',
'languages' =>
array (
'backend' => 'zh-cn',
'frontend' => 'zh-cn',
),
'fixedpage' => 'dashboard',
'categorytype' =>
array (
'default' => 'Default',
'page' => 'Page',
'article' => 'Article',
'test' => 'Test',
),
'configgroup' =>
array (
'basic' => 'Basic',
'email' => 'Email',
'dictionary' => 'Dictionary',
'text' => '富文本配置',
),
'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',
'vip_price_default' => '0.95',
'staff_price_default' => '0.90',
'agency_price_default' => '0.85',
'vip_rebate' => '0.025',
'staff_rebate' => '0.02',
'agency_rebate' => '0.015',
'vip_price' => '800',
'recharge' => '¥500,¥3000,¥5000,¥10000',
'withdraw_deposit_min' => '200',
'withdraw_deposit_money' => '0.06',
'vip_text' => '<p>会员特权</p>',
'withdraw_deposit_text' => '<p>提现说明</p>',
'distribution_text' => '<p>配送详情</p>',
'en_vip_text' => '<p>会员特权英文</p>',
'en_withdraw_deposit_text' => '<p>会员特权英文</p>',
'en_distribution_text' => '<p>会员特权英文</p>',
'index_recommend_image' => '/uploads/20200526/a677bd6b92fca41ed1a5be015a14f8a0.png',
'team_default_avatar' => '/uploads/20200527/636e5950d0b0b8c257c5afb560bd8417.png',
);