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();