更新首页样式及跨域

This commit is contained in:
2026-01-28 23:01:54 +08:00
parent 89d7761887
commit aa2612bcb9
8 changed files with 303 additions and 197 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ return [
// 是否启用路由
'with_route' => true,
// 默认应用
'default_app' => 'admin',
'default_app' => 'index',
// 默认时区
'default_timezone' => 'Asia/Shanghai',
// 自动多应用模式
+2 -2
View File
@@ -4,8 +4,8 @@
// +----------------------------------------------------------------------
return [
// 模板引擎类型使用Think
'type' => 'Think',
// 模板引擎类型使用php
'type' => 'php',
// 默认模板渲染规则 1 解析为小写+下划线 2 全部转换小写 3 保持操作方法
'auto_rule' => 1,
// 模板目录名