基础功能

This commit is contained in:
wuyanwen
2019-12-06 08:24:07 +08:00
parent 6b4dd70752
commit 397c8bb7f7
614 changed files with 57215 additions and 216 deletions

View File

@@ -22,4 +22,13 @@ return [
'taglib_begin' => '{',
// 标签库标签结束标记
'taglib_end' => '}',
// 替换
'tpl_replace_string' => [
'__CATCH_ADMIN__'=>'/catch-admin',
'__CATCH_ADMIN_MODULE__' => '/catch-admin/assets/module',
'__CATCH_ADMIN_JS__' => '/catch-admin/assets/js',
'__CATCH_ADMIN_CSS__' => '/catch-admin/assets/css',
'__CATCH_ADMIN_IMAGES__' => '/catch-admin/assets/images',
'__CATCH_ADMIN_LIBS__' => '/catch-admin/assets/libs',
]
];