feat: 支持订阅级别的 noCache

This commit is contained in:
xream 2024-12-29 23:37:07 +08:00
parent 8090d678ee
commit b9bba895e1
No known key found for this signature in database
GPG Key ID: 1D2C5225471789F9
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "sub-store", "name": "sub-store",
"version": "2.15.10", "version": "2.15.11",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js", "main": "src/main.js",
"scripts": { "scripts": {

View File

@ -73,7 +73,7 @@ async function produceArtifact({
proxy || sub.proxy, proxy || sub.proxy,
undefined, undefined,
awaitCustomCache, awaitCustomCache,
noCache, noCache || sub.noCache,
true, true,
); );
} catch (err) { } catch (err) {
@ -122,7 +122,7 @@ async function produceArtifact({
proxy || sub.proxy, proxy || sub.proxy,
undefined, undefined,
awaitCustomCache, awaitCustomCache,
noCache, noCache || sub.noCache,
true, true,
); );
} catch (err) { } catch (err) {
@ -244,7 +244,7 @@ async function produceArtifact({
collection.proxy, collection.proxy,
undefined, undefined,
undefined, undefined,
noCache, noCache || sub.noCache,
true, true,
); );
} catch (err) { } catch (err) {