You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.5 KiB
58 lines
1.5 KiB
<?php
|
|
|
|
return array (
|
|
'name' => '我的网站',
|
|
'beian' => '',
|
|
'cdnurl' => '',
|
|
'version' => '1.0.1',
|
|
'timezone' => 'Asia/Shanghai',
|
|
'forbiddenip' => '',
|
|
'languages' =>
|
|
array (
|
|
'backend' => 'zh-cn',
|
|
'frontend' => 'zh-cn',
|
|
),
|
|
'fixedpage' => 'dashboard',
|
|
'categorytype' =>
|
|
array (
|
|
'default' => '默认',
|
|
'page' => '单页',
|
|
'article' => '文章',
|
|
'test' => 'Test',
|
|
),
|
|
'configgroup' =>
|
|
array (
|
|
'basic' => '基础配置',
|
|
'email' => '邮件配置',
|
|
'dictionary' => '字典配置',
|
|
'user' => '会员配置',
|
|
'distribution' => '分销设置',
|
|
),
|
|
'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' => '自定义',
|
|
),
|
|
'banner' =>
|
|
array (
|
|
0 => '/uploads/20231010/fc7f6f9b2bc96f98740942321433160f.jpeg',
|
|
1 => '/uploads/20231010/fc7f6f9b2bc96f98740942321433160f.jpeg',
|
|
),
|
|
'user_buy_limit_per_day' => '5',
|
|
'advance_user_buy_limit_per_day' => '1',
|
|
'goods_buy_limit' => '50.01',
|
|
'order_cancel_time' => '1200',
|
|
'auto_shoukuan_time' => '0',
|
|
'order_succ_image' => '/uploads/20231010/f7005536fecc1e70488e3d6c225bca1c.png',
|
|
'entrusted_ratio' => '5.00',
|
|
'primary_distribution' => '0.4',
|
|
'entrustment_ratio' => '3.5',
|
|
);
|
|
|