feat: Clash 订阅仅缓存 proxies 数据

This commit is contained in:
xream
2024-12-27 21:55:13 +08:00
parent d9e4d814bb
commit a3ec98caa9
6 changed files with 49 additions and 4 deletions

View File

@@ -114,6 +114,10 @@ async function compareSub(req, res) {
sub.ua,
undefined,
sub.proxy,
undefined,
undefined,
undefined,
true,
);
} catch (err) {
errors[url] = err;
@@ -219,6 +223,10 @@ async function compareCollection(req, res) {
sub.ua,
undefined,
sub.proxy,
undefined,
undefined,
undefined,
true,
);
} catch (err) {
errors[url] = err;