From 8ddd29992ccbcbc10cdb5a1bb950eb7f20bffac4 Mon Sep 17 00:00:00 2001 From: zhang zhuo Date: Sun, 4 Jan 2026 16:39:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Utils/Str.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Utils/Str.php b/app/Utils/Str.php index 64bcc27..24d0c33 100644 --- a/app/Utils/Str.php +++ b/app/Utils/Str.php @@ -113,6 +113,7 @@ class Str switch ($field) { case "status": return "radio"; + case "deleted_at": case str_contains($field, "_time"): return "datetime"; case str_contains($field, "_date"):