比如我设置gitclone作为加速规则:  解析出来的是: ``` https://gitclone.com/https://github.com/xxx/xxx.git ``` 截图如下:  但实际上我需要的是: ``` https://gitclone.com/github.com/xxx/xxx.git ``` 期望:可以使用正则匹配规则作为加速规则,而不是直接在 https://github.com 前添加加速域名
比如我设置gitclone作为加速规则:
解析出来的是:
截图如下:
但实际上我需要的是:
期望:可以使用正则匹配规则作为加速规则,而不是直接在 https://github.com 前添加加速域名