kulawawa 7906716a29 公告管理
Signed-off-by: kulawawa <laiyuwen@hotmail.com>
2025-04-23 18:11:17 +08:00

38 lines
905 B
PHP
Raw Permalink 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
/**
* 后台设置:后台管理方面的设置
* 此配置文件为自动生成生成时间2020-12-28 17:00:00
*/
return [
//基本设置:后台的基本信息设置
'base'=>[
//后台名称
'name'=>'游戏后台系统',
//后台简称
'short_name'=>'后台',
//后台作者
'author'=>'xx科技',
//后台版本
'version'=>'0.1',
],
//登录设置:后台登录相关设置
'login'=>[
//登录token验证
'token'=>'0',
//验证码
'captcha'=>'1',
//登录背景
'background'=>'/static/admin/images/login-default-bg.jpg',
],
//首页设置:后台首页参数设置
'index'=>[
//默认密码警告
'password_warning'=>'1',
//是否显示提示信息
'show_notice'=>'1',
//提示信息内容
'notice_content'=>'欢迎来到使用本系统,左侧为菜单区域,右侧为功能区。',
],
];