From 7071f02cef2650d5165de9783e2b7a78c669de90 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Wed, 9 Jul 2025 14:56:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=90=9C=E7=B4=A2):=20=E4=B8=BA=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E8=80=85=E5=BA=94=E7=94=A8=E9=A1=B5=E9=9D=A2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 实现应用卡片搜索功能,支持按标题和描述过滤 添加无结果提示,使用 SweetAlert 显示通知 --- developer_apps.php | 50 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/developer_apps.php b/developer_apps.php index ce857a7..f042b12 100644 --- a/developer_apps.php +++ b/developer_apps.php @@ -90,10 +90,19 @@ $resultApps = $conn->query($sqlApps);
-
- - -
+
+
+
+
+ + +
+
+
+ +
+
+

的应用


@@ -157,6 +166,39 @@ $resultApps = $conn->query($sqlApps);