汪总电商平台
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.
 
 
 
 
 
 

74 lines
1.5 KiB

<?php
return array (
'name' => '我的网站',
'beian' => '',
'cdnurl' => '',
'version' => '1.0.3',
'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' => '会员配置',
'example' => '示例分组',
),
'mail_type' => '1',
'mail_smtp_host' => 'smtp.qq.com',
'mail_smtp_port' => '465',
'mail_smtp_user' => '',
'mail_smtp_pass' => '',
'mail_verify_type' => '2',
'mail_from' => '',
'attachmentcategory' =>
array (
'category1' => '分类一',
'category2' => '分类二',
'custom' => '自定义',
),
'class_type' =>
array (
'语文' => '语文',
'数学' => '数学',
'英语' => '英语',
'地理' => '地理',
'化学' => '化学',
'物理' => '物理',
'其他' => '其他',
),
'class_page' =>
array (
1 => '第一章',
2 => '第二章',
3 => '第三章',
4 => '第四章',
5 => '第五章',
6 => '第六章',
7 => '第七章',
8 => '第八章',
),
'class_detail' =>
array (
1 => '第一课',
2 => '第二课',
3 => '第三课',
4 => '第四课',
5 => '第五课',
6 => '第六课',
),
);