From 4d77af8f0c72b174141145b11b6b384205c70893 Mon Sep 17 00:00:00 2001 From: snowy Date: Sun, 14 Jul 2024 13:43:47 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/components/PluginStore.vue b/docs/.vuepress/components/PluginStore.vue index ab45687b..65a22ff3 100644 --- a/docs/.vuepress/components/PluginStore.vue +++ b/docs/.vuepress/components/PluginStore.vue @@ -18,7 +18,7 @@ let filteredItems = computed(() => { let items = ref([]) let search = ref('') // 从官方拉取 -fetch('/assets/plugins.json') +fetch('https://bot.liteyuki.icu/assets/plugins.json') .then(response => response.json()) .then(data => { items.value = data