site.php
1.1 KB
<?php
return [
'name' => '人力招聘',
'beian' => '',
'cdnurl' => '',
'version' => '1.0.1',
'timezone' => 'Asia/Shanghai',
'forbiddenip' => '',
'languages' => [
'backend' => 'zh-cn',
'frontend' => 'zh-cn',
],
'fixedpage' => 'dashboard',
'categorytype' => [
'index' => '首页分类',
],
'configgroup' => [
'basic' => 'Basic',
'email' => 'Email',
'dictionary' => 'Dictionary',
'plate' => '平台配置',
],
'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',
'recruit_subsidy_content' => '<p><span style="color: rgb(51, 51, 51); background-color: rgb(249, 249, 249);">招聘补贴富文本详情介绍</span><br></p>',
'recruit_subsidy' => '1',
'subsidy_max' => '1000',
'work_subsidy_content' => '<p>工时补贴富文本详情介绍</p>',
'agent_content' => '<p>入驻代理介绍</p>',
];