From 1e6757b2b679c8691b6700a04a04385ad8306618 Mon Sep 17 00:00:00 2001 From: Wenbx <110102406+W7256@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:03:46 +0800 Subject: [PATCH] feat: add @wenbux/gkd_subscription (#184) [skip ci] ## Summary by CodeRabbit - **New Features** - Integrated a new subscription management dependency to enhance functionality and support future features. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index de5bb48..3e046b4 100644 --- a/package.json +++ b/package.json @@ -17942,6 +17942,9 @@ "@aisouler/subscription": { "version": "*" }, + "@wenbux/gkd_subscription": { + "version": "*" + }, "vue2-smooth-scroll": { "version": "*" },