raycast extension to update clash subscription & insert custom rules
This extension is not published to the store. So you need to clone this repo and run it locally.
git clone https://github.com/JakeLaoyu/update-clash-subscription.git
npm install
npm run dev
First, you need to convert a subscription url. You can use this tool to convert.
Other tools:
Currently, only one address is supported.
Rule: [name] | [url].
Demo:
V2Club | https://sub.xeton.dev
Please provide a json file.
Content Demo:
{
"rules": [
"- DOMAIN-SUFFIX,npmjs.org,🚀 节点选择",
]
}