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"), urltest("URLTest"),
warp("Warp"), warp("Warp"),
xvless("XVLESS"), xvless("xVLESS"),
xvmess("XVMess"), xvmess("xVMess"),
xtrojan("Xtrojan"), xtrojan("xTrojan"),
xfreedom("Xfragment"), xfreedom("xFragment"),
xshadowsocks("XShadowsocks"), xshadowsocks("xShadowsocks"),
xsocks("XSocks"), xsocks("xSocks"),
invalid("Invalid"),
unknown("Unknown"); unknown("Unknown");
const ProxyType(this.label); const ProxyType(this.label);