From f41e9757bfdac4efe4c99b96d75c4c58fff45fba Mon Sep 17 00:00:00 2001
From: kjqwer <2990346238@qq.com>
Date: Sat, 6 Dec 2025 12:55:26 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=83=8C=E6=99=AF=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E7=A7=8D=E7=B1=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 67 +++++-
.../{ => Background}/BackgroundCanvas.vue | 0
.../Background/GradientBackground.vue | 206 ++++++++++++++++++
src/components/Background/GridBackground.vue | 153 +++++++++++++
4 files changed, 415 insertions(+), 11 deletions(-)
rename src/components/{ => Background}/BackgroundCanvas.vue (100%)
create mode 100644 src/components/Background/GradientBackground.vue
create mode 100644 src/components/Background/GridBackground.vue
diff --git a/src/App.vue b/src/App.vue
index 645b838..7324d7a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,15 +1,20 @@
-
+
+
+