From 0870a1f4fa85ccb5847e82a2678298bf9ec5bdff Mon Sep 17 00:00:00 2001
From: R2m1liA <15258427350@163.com>
Date: Wed, 13 Aug 2025 16:14:17 +0800
Subject: [PATCH] =?UTF-8?q?Feature:=20=E6=B7=BB=E5=8A=A0=E8=B7=AF=E7=94=B1?=
=?UTF-8?q?=E6=A8=A1=E5=BC=8F=20&=20404=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/app.vue | 3 +--
app/pages/[...all].vue | 17 +++++++++++++++++
app/pages/index.vue | 5 +++++
3 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 app/pages/[...all].vue
create mode 100644 app/pages/index.vue
diff --git a/app/app.vue b/app/app.vue
index 09f935b..2b1be09 100644
--- a/app/app.vue
+++ b/app/app.vue
@@ -1,6 +1,5 @@
-
-
+
diff --git a/app/pages/[...all].vue b/app/pages/[...all].vue
new file mode 100644
index 0000000..fc2f0a3
--- /dev/null
+++ b/app/pages/[...all].vue
@@ -0,0 +1,17 @@
+
+
+
+ Not found
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/pages/index.vue b/app/pages/index.vue
new file mode 100644
index 0000000..fc0f635
--- /dev/null
+++ b/app/pages/index.vue
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file