From 68f13910a387ad0b7b5b204c8bfb2d4769259e6e Mon Sep 17 00:00:00 2001 From: zhangyi <690096405@qq.com> Date: Thu, 11 Jun 2026 16:09:20 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BC=9A=E5=91=98=E7=89=B9=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BowShotEffect.vue | 387 ++++++++++++++++++ src/components/BowTarget.vue | 185 ++++++++- .../team-battle/components/BowTarget.vue | 226 +++++++++- src/static/bow-target.png | Bin 10591 -> 30545 bytes src/static/vip/svip-jian.png | Bin 0 -> 44418 bytes src/static/vip/svip-lie.png | Bin 0 -> 25697 bytes 6 files changed, 769 insertions(+), 29 deletions(-) create mode 100644 src/components/BowShotEffect.vue create mode 100644 src/static/vip/svip-jian.png create mode 100644 src/static/vip/svip-lie.png diff --git a/src/components/BowShotEffect.vue b/src/components/BowShotEffect.vue new file mode 100644 index 0000000..3901536 --- /dev/null +++ b/src/components/BowShotEffect.vue @@ -0,0 +1,387 @@ + + + + + diff --git a/src/components/BowTarget.vue b/src/components/BowTarget.vue index 1a26f5a..4f8ed97 100644 --- a/src/components/BowTarget.vue +++ b/src/components/BowTarget.vue @@ -1,6 +1,7 @@