new: add invalid config label

This commit is contained in:
hiddify-com
2024-08-02 08:29:55 +02:00
parent c7d2fc4626
commit f9664c2e65

View File

@@ -22,12 +22,13 @@ enum ProxyType {
urltest("URLTest"),
warp("Warp"),
xvless("XVLESS"),
xvmess("XVMess"),
xtrojan("Xtrojan"),
xfreedom("Xfragment"),
xshadowsocks("XShadowsocks"),
xsocks("XSocks"),
xvless("xVLESS"),
xvmess("xVMess"),
xtrojan("xTrojan"),
xfreedom("xFragment"),
xshadowsocks("xShadowsocks"),
xsocks("xSocks"),
invalid("Invalid"),
unknown("Unknown");
const ProxyType(this.label);