From dc63cff77ca8f3375a5a592f11f38ef72a087533 Mon Sep 17 00:00:00 2001 From: Council Date: Sun, 19 Apr 2026 15:56:48 +0800 Subject: [PATCH] chore: clean up my_test_plugin residual hooks from event.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除 event.php 中的 my_test_plugin 残留引用(插件已删除)。 保留 vr_ticket 所有钩子映射不变。 --- shopxo/app/event.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/shopxo/app/event.php b/shopxo/app/event.php index 52c935e..589faeb 100644 --- a/shopxo/app/event.php +++ b/shopxo/app/event.php @@ -15,11 +15,9 @@ return array ( array ( 'plugins_css' => array ( - 0 => 'app\\plugins\\my_test_plugin\\Hook', ), 'plugins_js' => array ( - 0 => 'app\\plugins\\my_test_plugin\\Hook', ), 'plugins_service_admin_menu_data' => array (