From a6b80eadc3efc4f6cbf9cbae46883b8822cccd35 Mon Sep 17 00:00:00 2001 From: lkddi Date: Thu, 12 Mar 2026 12:42:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B8=85=E7=90=86=E7=94=B1=E4=BA=8E?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=B8=B2=E6=9F=93=E4=BA=A7=E7=94=9F=E7=9A=84?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-render-auth.html | 345 ------------------------------------------ test-render.html | 12 -- test_proposals.php | 7 - 3 files changed, 364 deletions(-) delete mode 100644 test-render-auth.html delete mode 100644 test-render.html delete mode 100644 test_proposals.php diff --git a/test-render-auth.html b/test-render-auth.html deleted file mode 100644 index ba2ae8d..0000000 --- a/test-render-auth.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - - - 后台管理 - 流星 - - - - - - - - -
- -
-

求婚记录

-
- 当前操作人: lkddi -
-
- - -
- - -
-

💌 求婚记录

- ← 返回总览 -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ID发起方目标戒指状态求婚时间过期时间操作
3lkddi测试2 - - ❌ 已拒绝 - - 2026-03-01 18:29 - 2026-03-03 18:29 - - -
2lkddi测试2 - - ❌ 已拒绝 - - 2026-03-01 18:28 - 2026-03-03 18:28 - - -
-
-
- -
-
- - - - - - - - diff --git a/test-render.html b/test-render.html deleted file mode 100644 index 7ff6f83..0000000 --- a/test-render.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - Redirecting to http://localhost - - - Redirecting to http://localhost. - - \ No newline at end of file diff --git a/test_proposals.php b/test_proposals.php deleted file mode 100644 index 7a48509..0000000 --- a/test_proposals.php +++ /dev/null @@ -1,7 +0,0 @@ -whereIn('status', ['pending', 'expired', 'rejected']) - ->orderByDesc('proposed_at') - ->paginate(20); -echo view('admin.marriages.proposals', compact('proposals'))->render();