23 lines
929 B
PHP
Executable File
23 lines
929 B
PHP
Executable File
<?php
|
|
# @Author: 嗨噜客科技(www.hiluker.cn) <Fm453>
|
|
# @Date: 1970-01-01T08:00:00+08:00
|
|
# @Email: fm453@hiluker.com
|
|
# @Last modified by: Fm453
|
|
# @Last modified time: 2021-09-15T00:28:32+08:00
|
|
|
|
return [
|
|
'adminEmail' => 'fm453@lukegzs.com',
|
|
'developerWx' => '18608981880',
|
|
//默认值组
|
|
'defaultAdminPassword' => 'Hi12345678', //默认的管理员密码
|
|
'defaultAdminAvatar' => '@web/img/profile_small.png', //默认管理员头像
|
|
'defaultUserPassword' => '12345678', //默认的用户密码
|
|
'defaultUserAvatar' => '@web/img/profile_small.png', //默认管理员头像
|
|
'defaultAttributeValue' => '(未设置)', //空值默认
|
|
'defaultActionColumnButtonOption' => ['class' => 'btn btn-white btn-xs'], //列表页操作按钮选项
|
|
//平台ID
|
|
'siteId'=>90, //每个站点ID对应一套数据集
|
|
'attachSrc'=>'//dacms.hiluker.com', //附件远程地址
|
|
'attachDir'=>'/upload', //附件远程目录
|
|
];
|