PC 端 页面 head

This commit is contained in:
make
2025-04-06 15:31:29 +08:00
parent 57fad274d2
commit cf685cd7b4
20 changed files with 418 additions and 514 deletions

View File

@@ -14,6 +14,8 @@ return [
'view_suffix' => 'html',
// 模板文件名分隔符
'view_depr' => DIRECTORY_SEPARATOR,
// 允许 PHP 函数调用
'tpl_deny_php' => false,
// 模板引擎普通标签开始标记
'tpl_begin' => '{',
// 模板引擎普通标签结束标记