mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-01 14:13:15 +08:00
feat: Clash 订阅仅缓存 proxies 数据
This commit is contained in:
@@ -74,6 +74,7 @@ async function produceArtifact({
|
||||
undefined,
|
||||
awaitCustomCache,
|
||||
noCache,
|
||||
true,
|
||||
);
|
||||
} catch (err) {
|
||||
errors[url] = err;
|
||||
@@ -122,6 +123,7 @@ async function produceArtifact({
|
||||
undefined,
|
||||
awaitCustomCache,
|
||||
noCache,
|
||||
true,
|
||||
);
|
||||
} catch (err) {
|
||||
errors[url] = err;
|
||||
@@ -243,6 +245,7 @@ async function produceArtifact({
|
||||
undefined,
|
||||
undefined,
|
||||
noCache,
|
||||
true,
|
||||
);
|
||||
} catch (err) {
|
||||
errors[url] = err;
|
||||
|
||||
Reference in New Issue
Block a user