From 3f9d3d35108d28ed98a4f1797c8e01d700e1a83b Mon Sep 17 00:00:00 2001 From: Seven Date: Sat, 24 Jan 2026 19:04:26 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=E4=B8=8B=E8=BD=BD=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=82=80=E8=AF=B7=E9=A1=B5=E9=9D=A2=E7=9A=84=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto-imports.d.ts | 2 - src/views/invite/index.vue | 79 ++++++++++++++++++++++++++++++++++---- 2 files changed, 71 insertions(+), 10 deletions(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 778a2fb..b0deb4b 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -451,8 +451,6 @@ declare module 'vue' { readonly shallowReactive: UnwrapRef readonly shallowReadonly: UnwrapRef readonly shallowRef: UnwrapRef - readonly showSuccessToast: UnwrapRef - readonly showToast: UnwrapRef readonly storeToRefs: UnwrapRef readonly syncRef: UnwrapRef readonly syncRefs: UnwrapRef diff --git a/src/views/invite/index.vue b/src/views/invite/index.vue index 2e7b31e..08d3828 100644 --- a/src/views/invite/index.vue +++ b/src/views/invite/index.vue @@ -1,5 +1,8 @@