summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoyalsoldier <[email protected]>2025-12-21 22:27:26 +0800
committerGitHub <[email protected]>2025-12-21 22:27:26 +0800
commit7eb065fc3d5de4f4be8097446afb6b7a4d90ab5d (patch)
treee2a07756547bb6924efebedd25ab1dad5130b27b
parent9c23488811d1ecd90bd176a5d773f7ff0f99d829 (diff)
Release: remove `no-resolve` option in Surge RULE-SET202512250022202512211427
Removed args for surgeRuleSet action in config.json
-rw-r--r--config.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.json b/config.json
index 8f4e806a..d7654064 100644
--- a/config.json
+++ b/config.json
@@ -346,10 +346,7 @@
},
{
"type": "surgeRuleSet",
- "action": "output",
- "args": {
- "addSuffixInLine": ",no-resolve"
- }
+ "action": "output"
}
]
}