From 28e0721e3f1797edf264fb7d8bf58d75f77cfb45 Mon Sep 17 00:00:00 2001 From: tsui110 Date: Mon, 29 Dec 2025 01:38:03 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=96=B0=E5=A2=9E=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=8A=A8=E7=94=BB=EF=BC=8C=E6=96=B0=E5=A2=9E=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E7=A5=9D=E7=A6=8F=E5=8A=A8=E7=94=BB=EF=BC=8C=E5=A5=96?= =?UTF-8?q?=E5=93=81=E7=9B=AE=E5=89=8D=E6=8C=89=E7=85=A7=E6=9D=83=E9=87=8D?= =?UTF-8?q?=E5=8D=87=E5=BA=8F=EF=BC=8C=E9=81=BF=E5=85=8D=E4=BA=86S?= =?UTF-8?q?=E8=B5=8F=E6=94=BE=E6=9C=80=E5=90=8E=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + App.vue | 28 +- components/BlessingAnimation.vue | 251 ++++++++++++ components/BlessingFloat.vue | 233 +++++++++++ components/BlessingPopup.vue | 267 ++++++++++++ components/PaymentPopup.vue | 383 ++++++++++++++---- components/SplashScreen.vue | 188 +++++++++ pages-activity/activity/duiduipeng/index.vue | 16 +- pages-activity/activity/wuxianshang/index.vue | 88 +--- pages.json | 6 + pages/index/index.vue | 8 + utils/activity.js | 17 +- utils/blessing.js | 40 ++ 13 files changed, 1332 insertions(+), 194 deletions(-) create mode 100644 components/BlessingAnimation.vue create mode 100644 components/BlessingFloat.vue create mode 100644 components/BlessingPopup.vue create mode 100644 components/SplashScreen.vue create mode 100644 utils/blessing.js diff --git a/.gitignore b/.gitignore index f3e8958..d457693 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ node_modules/ *.log *.tmp *.swp +.claude/settings.local.json diff --git a/App.vue b/App.vue index d6bb266..3389107 100644 --- a/App.vue +++ b/App.vue @@ -1,20 +1,20 @@ diff --git a/components/BlessingFloat.vue b/components/BlessingFloat.vue new file mode 100644 index 0000000..bbcaccb --- /dev/null +++ b/components/BlessingFloat.vue @@ -0,0 +1,233 @@ + + + + + diff --git a/components/BlessingPopup.vue b/components/BlessingPopup.vue new file mode 100644 index 0000000..7cc58b5 --- /dev/null +++ b/components/BlessingPopup.vue @@ -0,0 +1,267 @@ + + + + + diff --git a/components/PaymentPopup.vue b/components/PaymentPopup.vue index d3b9e1d..29ee05b 100644 --- a/components/PaymentPopup.vue +++ b/components/PaymentPopup.vue @@ -1,74 +1,94 @@