From 71feda478a43f6685f51fb9bf8466d5b107423a9 Mon Sep 17 00:00:00 2001 From: WANGFan <15871339963@163.com> Date: Sun, 20 Jul 2025 20:10:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++------ src/components.d.ts | 1 - 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3c93917..9a25a3c 100644 --- a/README.md +++ b/README.md @@ -221,13 +221,11 @@ SnowAdmin ### 学习 & 交流 -![snow](https://ooo.0x0.ooo/2025/07/20/OYt1kF.png) +| SnowAdmin 交流群 | 作者 | +| :------------------------------------------------: | :-------------------------------------------------: | +| ![snow](https://ooo.0x0.ooo/2025/07/20/OYt1kF.png) | ![snow2](https://ooo.0x0.ooo/2025/07/20/OYti6D.png) | -使用过程中有各种问题也可以进群交流,欢迎大家积极参与 - -![snow2](https://ooo.0x0.ooo/2025/07/20/OYti6D.png) - -交流群如果过期或者失效,可以添加作者vx,备注:snow +使用过程中有各种问题也可以进群交流,欢迎大家积极参与,交流群如果过期或者失效,可以添加作者vx,备注:snow ### 支持作者 🌟 diff --git a/src/components.d.ts b/src/components.d.ts index b7e742c..2a488a7 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -7,7 +7,6 @@ export {} declare module "vue" { export interface GlobalComponents { - copy: (typeof import("./components/s-layout-search/index copy.vue"))["default"]; "Index copy": (typeof import("./components/s-layout-search/index copy.vue"))["default"]; RouterLink: (typeof import("vue-router"))["RouterLink"]; RouterView: (typeof import("vue-router"))["RouterView"];