初始化仓库
This commit is contained in:
17
admin/config/params.php
Normal file
17
admin/config/params.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
return [
|
||||
'adminEmail' => 'admin@example.com',
|
||||
|
||||
/* 超级管理员的UID */
|
||||
'admin' => 2,
|
||||
/* 后台系统配置 类型 和 分组 */
|
||||
'config_type' => [
|
||||
0 => '数字',
|
||||
1 => '字符',
|
||||
2 => '文本',
|
||||
3 => '数组',
|
||||
4 => '单选',
|
||||
5 => '富文本',
|
||||
6 => '多选',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user