📅  最后修改于: 2022-03-11 14:55:58.530000             🧑  作者: Mango
public static function getSubscribedEvents()
{
return [
'Enlight_Controller_Action_PostDispatchSecure_Frontend' => 'onFrontendPostDispatch',
'Theme_Compiler_Collect_Plugin_Less' => 'addLessFiles',
];
}