修改说明;修改基础代码;

This commit is contained in:
2023-09-18 17:22:30 +08:00
parent 996f7014ee
commit c7426e4094
11 changed files with 277 additions and 120 deletions

View File

@@ -32,5 +32,5 @@ return [
'__STATIC__' => Env::get('adminsystem.static_path', '/static'),
'__JS__' => '/static/javascript',
],
'default_filter' => 'ua_htmlentities', // 默认过滤方法 用于普通标签输出
'default_filter' => '', // 默认过滤方法 用于普通标签输出
];