From 40d8c090c712163a07a483b6592943da2b45b4f1 Mon Sep 17 00:00:00 2001 From: HalcyonAlcedo <41666148+HalcyonAlcedo@users.noreply.github.com> Date: Sun, 18 Aug 2024 16:13:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E6=9C=AC=E5=9C=B0=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/store/Store.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/store/Store.vue b/src/views/store/Store.vue index 8c97ced..606187d 100644 --- a/src/views/store/Store.vue +++ b/src/views/store/Store.vue @@ -112,7 +112,7 @@ const getPluginsData = async ({ done }: any) => { } }) */ - axios.get('https://halcyonalcedo.github.io/karin-store/plugins.json').then((data) => { + axios.get(`https://halcyonalcedo.github.io/karin-store/plugins.json?timestamp=${new Date().getTime()}`).then((data) => { plugins.value.push(...data.data) done('empty') })