pref: 增加服务类优化UI版面

This commit is contained in:
Ying
2023-06-19 14:32:30 +08:00
parent 27eda6f37f
commit 2b8f874450
148 changed files with 3933 additions and 9286 deletions

View File

@@ -23,7 +23,7 @@ return [
'tpl_cache' => true,
'taglib_begin' => '<',
'taglib_end' => '>',
'taglib_pre_load' => implode(',', array_merge(['app\common\taglib\SaLibs'],include __DIR__ . '/taglib.php')),
'taglib_pre_load' => 'app\common\taglib\SaLibs',
'tpl_replace_string' => [
'__STATIC__' => '/static/',
'__STATICJS__' => '/static/js/',