From 6b4d1e5be36033ffeeec559521b39795b3d89fd2 Mon Sep 17 00:00:00 2001 From: lq Date: Wed, 7 May 2025 23:40:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/HomeService.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Service/HomeService.php b/app/Service/HomeService.php index e28761bb..410d20ab 100644 --- a/app/Service/HomeService.php +++ b/app/Service/HomeService.php @@ -52,6 +52,10 @@ class HomeService extends BaseService */ public function projectList(): array { + sleep(0.5); + $this->queryField = [ + 'title' => 'like' + ]; $this->where[] = [ 'status', '=', 1 ]; $this->with = [ 'frameworks:id,name',