feat: 节点删除\重命名\去重

This commit is contained in:
2024-03-11 23:39:58 +08:00
parent daa3ab6867
commit 043167cccf
25 changed files with 288 additions and 205 deletions

View File

@ -1,16 +0,0 @@
package constant
import (
"sub2sing-box/model"
"sub2sing-box/parser"
)
var ParserMap map[string]func(string) (model.Proxy, error) = map[string]func(string) (model.Proxy, error){
"ss://": parser.ParseShadowsocks,
"vmess://": parser.ParseVmess,
"trojan://": parser.ParseTrojan,
"vless://": parser.ParseVless,
"hysteria://": parser.ParseHysteria,
"hy2://": parser.ParseHysteria2,
"hysteria2://": parser.ParseHysteria2,
}