1 Star 0 Fork 9

超丸子/fastadmin企业官网插件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.php 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
熊猫 提交于 2020-10-14 22:31 +08:00 . 创建首页,修改配置文件
<?php
return [
[
'name' => 'site_title',
'title' => '网站名称',
'type' => 'string',
'content' => [],
'value' => '惠企财名',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'rewrite',
'title' => '伪静态',
'type' => 'array',
'content' => [],
'value' => [
'index/index' => '/$',
],
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wanzi/qiyeguanwangchajian_fastadmin.git
git@gitee.com:wanzi/qiyeguanwangchajian_fastadmin.git
wanzi
qiyeguanwangchajian_fastadmin
fastadmin企业官网插件
master

搜索帮助