'app\common\taglib\Ape', // 模板路径 'view_path' => './template/' . $theme . '/' . $mode . '/', // 视图输出字符串内容替换 'tpl_replace_string' => [ '__STATIC__' => '/static', '__LIB__' => '/template/' . $theme . '/' . $mode . '/lib', '__IMG__' => '/template/' . $theme . '/' . $mode . '/img', '__CSS__' => '/template/' . $theme . '/' . $mode . '/css', '__JS__' => '/template/' . $theme . '/' . $mode . '/js' ], ];