diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 031f0894..0cf7fd05 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -90,7 +90,7 @@ { if(activeKey == 'tpl-4') this.changeCode(); }" + @change="(activeKey) => { if(activeKey == 'tpl-advanced') this.changeCode(); }" :class="themeSwitcher.currentTheme"> @@ -175,7 +175,7 @@ - + @@ -193,7 +193,7 @@ - + @@ -333,79 +333,73 @@ - {{ i18n "pages.xray.outbound.addOutbound" }} - {{ i18n "pages.xray.outbound.addReverse" }} - - - {{ i18n "pages.xray.Outbounds"}} - - - [[ index+1 ]] - - e.preventDefault()" type="more" style="font-size: 16px; text-decoration: bold;"> - - - - {{ i18n "edit" }} - - - - {{ i18n "delete"}} - - - - - - - [[ addr ]] - - - [[ outbound.protocol ]] - - [[ outbound.streamSettings.network ]] - tls - reality - - - - - - {{ i18n "pages.xray.outbound.reverse"}} - - - [[ index+1 ]] - - e.preventDefault()" type="more" style="font-size: 16px; text-decoration: bold;"> - - - - {{ i18n "edit" }} - - - - {{ i18n "delete"}} - - - - - - - - + {{ i18n "pages.xray.outbound.addOutbound" }} + + + [[ index+1 ]] + + e.preventDefault()" type="more" style="font-size: 16px; text-decoration: bold;"> + + + + {{ i18n "edit" }} + + + + {{ i18n "delete"}} + + + + + + + [[ addr ]] + + + [[ outbound.protocol ]] + + [[ outbound.streamSettings.network ]] + tls + reality + + + - + + {{ i18n "pages.xray.outbound.addReverse" }} + + + [[ index+1 ]] + + e.preventDefault()" type="more" style="font-size: 16px; text-decoration: bold;"> + + + + {{ i18n "edit" }} + + + + {{ i18n "delete"}} + + + + + + + + {{ i18n "pages.xray.completeTemplate"}} @@ -568,11 +562,11 @@ "regexp:.*\\.xn--mgba3a4f16a$", // .ایران "ext:geosite_IR.dat:ir" ], - vn: [ - "regexp:.*\\.vn$", + vn: [ + "regexp:.*\\.vn$", "ext:geosite_VN.dat:vn", "ext:geosite_VN.dat:ads" - ] + ] }, familyProtectDNS: { "servers": [ @@ -1321,7 +1315,7 @@ } } }, - VNIpSettings: { + VNIpSettings: { get: function () { return doAllItemsExist(this.settingsData.ips.vn, this.blockedIPs); }, @@ -1417,7 +1411,7 @@ } } }, - VNIpDirectSettings: { + VNIpDirectSettings: { get: function () { return doAllItemsExist(this.settingsData.ips.vn, this.directIPs); }, @@ -1440,7 +1434,7 @@ this.directDomains = this.directDomains.filter(data => !this.settingsData.domains.vn.includes(data)); } } - }, + }, GoogleWARPSettings: { get: function () { return doAllItemsExist(this.settingsData.domains.google, this.warpDomains);
{{ i18n "pages.xray.Outbounds"}}
[[ addr ]]
{{ i18n "pages.xray.outbound.reverse"}}