From 5d6ae521573876604167b0e562fcdcd0d608ab31 Mon Sep 17 00:00:00 2001 From: snowy Date: Mon, 15 Jul 2024 00:03:22 +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 +- docs/.vuepress/components/ResStore.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/components/PluginStore.vue b/docs/.vuepress/components/PluginStore.vue index d2593f0..24790be 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("https://bot.liteyuki.icu/assets/plugins.json") +fetch("/assets/plugins.json") .then(response => response.json()) .then(data => { items.value = data diff --git a/docs/.vuepress/components/ResStore.vue b/docs/.vuepress/components/ResStore.vue index 475dc2e..ec85837 100644 --- a/docs/.vuepress/components/ResStore.vue +++ b/docs/.vuepress/components/ResStore.vue @@ -17,7 +17,7 @@ let filteredItems = computed(() => { // 插件商店Nonebot let items = ref([]) let search = ref('') -fetch("https://bot.liteyuki.icu/assets/resources.json") +fetch("/assets/resources.json") .then(response => response.json()) .then(data => { items.value = data