标签: clash

1 篇文章

thumbnail
v2ray to clash python代码
Python 脚本,可以将 vmess:// 链接一键转换为 Clash (Meta) 的 YAML 配置文件,支持基本常见字段,不上传、不联网,纯本地转换。 ✅ Python 脚本:一键将 vmess:// 转为 Clash YAML import base64 import json import yaml def decode_vmess_l…