如何设置适用于所有订阅的分流规则呢? #6717
-
Beta Was this translation helpful? Give feedback.
Answered by
Dragon1573
Apr 3, 2026
Replies: 1 comment
-
为什么宁可信 Gemini 都不去动手查一下 Clash Verge Rev 的 官方文档 呢?
如果需要对所有订阅调整 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Dragon1573
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


为什么宁可信 Gemini 都不去动手查一下 Clash Verge Rev 的 官方文档 呢?
prepend-rules/append-rules的写法很早之前就被移除了,全局扩展覆写配置不支持对config.rules进行列表元素操作,你只能在这个位置对整个列表进行覆盖。如果需要对所有订阅调整
config.rules的内容而不完全覆盖,只能使用全局扩展脚本以 JavaScript 语法实现。