From 6cca6e56beb70d8fdeea6ee4bd2c0ba710e5881d Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sun, 14 Dec 2025 17:23:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=E9=87=8D=E6=9E=84=E5=8D=83?= =?UTF-8?q?=E6=98=9F=E9=A1=B5=E9=9D=A2=EF=BC=8C=E9=AB=98=E5=BA=A6=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E8=AE=A1=E7=AE=97&=E6=B4=BB=E5=8A=A8=E6=AC=A1?= =?UTF-8?q?=E6=95=B0=E8=AE=A1=E7=AE=97=E5=85=B1=E4=BA=AB=20(#186)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Initial plan * Fix event pool pity count sharing for male/female gacha pools Co-authored-by: BTMuli <72692909+BTMuli@users.noreply.github.com> * Use gachaType for pool filtering and simplify data passing Co-authored-by: BTMuli <72692909+BTMuli@users.noreply.github.com> * Add dynamic height calculation and window resize listener to GbrDataView Co-authored-by: BTMuli <72692909+BTMuli@users.noreply.github.com> * 🎨 Code style * 🚸 没有数据更新时不刷新 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BTMuli <72692909+BTMuli@users.noreply.github.com> Co-authored-by: BTMuli --- src/components/userGacha/gbr-data-view.vue | 263 ++++++++++++++------- src/components/userGacha/gbr-overview.vue | 16 +- src/pages/User/Gacha.vue | 10 +- src/pages/User/GachaB.vue | 26 +- 4 files changed, 210 insertions(+), 105 deletions(-) diff --git a/src/components/userGacha/gbr-data-view.vue b/src/components/userGacha/gbr-data-view.vue index 24468947..90c4f929 100644 --- a/src/components/userGacha/gbr-data-view.vue +++ b/src/components/userGacha/gbr-data-view.vue @@ -1,69 +1,71 @@ - +