From edcfad59e241cdf79cf09d002a35fd005668f3a1 Mon Sep 17 00:00:00 2001 From: leon <916117771@qq.com> Date: Tue, 21 Apr 2026 23:09:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor(timetask):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 Index.php 移动到 controller 目录下 - 更新命名空间从 timetask 到 timetask\controller - 保持原有的 Api 控制器和 Db 类引用不变 --- application/timetask/{ => controller}/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename application/timetask/{ => controller}/Index.php (98%) diff --git a/application/timetask/Index.php b/application/timetask/controller/Index.php similarity index 98% rename from application/timetask/Index.php rename to application/timetask/controller/Index.php index d7d09bc..902376a 100644 --- a/application/timetask/Index.php +++ b/application/timetask/controller/Index.php @@ -1,6 +1,6 @@