From c232c6e5f6d839e24006afca2cbc05df58ee0f9e Mon Sep 17 00:00:00 2001 From: snowy Date: Mon, 15 Jul 2024 00:22:52 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=8F=92=E4=BB=B6=E5=95=86?= =?UTF-8?q?=E5=BA=97=E5=8F=8A=E8=B5=84=E6=BA=90=E5=95=86=E5=BA=97=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/components/PluginStore.vue | 9 ++++----- docs/.vuepress/components/ResStore.vue | 13 +++++++------ docs/.vuepress/styles/index.scss | 12 +++++++++++- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/docs/.vuepress/components/PluginStore.vue b/docs/.vuepress/components/PluginStore.vue index 24790be1..35e15eed 100644 --- a/docs/.vuepress/components/PluginStore.vue +++ b/docs/.vuepress/components/PluginStore.vue @@ -32,16 +32,15 @@ fetch('https://registry.nonebot.dev/plugins.json') items.value = items.value.concat(data) }) -