car4s/application/extra/site.php
孟凡懂 ebc7f2be88
Some checks failed
continuous-integration/drone/push Build is failing
新功能更新 fix #1 fix #2 fix #3 fix #4 fix #5
2022-07-09 04:16:14 +08:00

48 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array (
'name' => '会员管理',
'beian' => '',
'cdnurl' => '',
'version' => '1.0.16',
'timezone' => 'Asia/Shanghai',
'forbiddenip' => '',
'languages' =>
array (
'backend' => 'zh-cn',
'frontend' => 'zh-cn',
),
'fixedpage' => 'dashboard',
'categorytype' =>
array (
'default' => '默认',
'page' => '单页',
'article' => '文章',
),
'configgroup' =>
array (
'basic' => '基础配置',
'email' => '邮件配置',
'user' => '会员配置',
'dictionary' => '字典配置',
),
'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' => '分类二',
),
'integral_rate' => '1',
'sms_userid' => '5838',
'sms_user' => '盛世鑫鼎比亚迪',
'sms_passwd' => '123456',
'birthday_sms' => '【比亚迪汽车】亲爱的[姓氏][称呼]祝您生日快乐平安健康美好常伴。退订回T',
'expireins_sms' => '【比亚迪汽车】亲爱的[姓氏][称呼],您的车辆保险购买日期为[保险日期]即将到期。咨询续保请联系我们。退订回T',
);