diff --git a/docs/.vuepress/components/PluginStore.vue b/docs/.vuepress/components/PluginStore.vue index ab45687..65a22ff 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