Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// +----------------------------------------------------------------------

return [
// 模板引擎类型使用Think
'type' => 'Think',
// 模板引擎类型
'type' => 'Php',
// 默认模板渲染规则 1 解析为小写+下划线 2 全部转换小写 3 保持操作方法
'auto_rule' => 1,
// 模板目录名
Expand Down