From 533103e765af87fe2158f72fa432df380723925d Mon Sep 17 00:00:00 2001 From: xream Date: Sat, 1 Jun 2024 20:09:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=9B=E4=B8=80=E6=AD=A5=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=B9=90=E8=A7=82=E7=BC=93=E5=AD=98=E5=92=8C=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E9=85=8D=E7=BD=AE=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/package.json | 2 +- backend/src/restful/sync.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index a3c4768..422dd82 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "sub-store", - "version": "2.14.328", + "version": "2.14.329", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.", "main": "src/main.js", "scripts": { diff --git a/backend/src/restful/sync.js b/backend/src/restful/sync.js index 1e07a55..61027fa 100644 --- a/backend/src/restful/sync.js +++ b/backend/src/restful/sync.js @@ -508,6 +508,7 @@ async function syncArtifacts() { await produceArtifact({ type: 'subscription', name: subName, + awaitCustomCache: true, }); } catch (e) { // $.error(`${e.message ?? e}`);