From af54b34f3a4035cebecf9e614142b6ad5ac06c40 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 10 Dec 2023 20:43:48 +0330 Subject: v2.0.0 --- web/html/xui/inbounds.html | 14 ++++++------ web/html/xui/xray.html | 56 +++++++++++++++++++++++----------------------- 2 files changed, 35 insertions(+), 35 deletions(-) (limited to 'web/html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 00d647f1..f842d5a1 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -419,11 +419,11 @@ @@ -1089,7 +1089,7 @@ title: '{{ i18n "pages.inbounds.delDepletedClientsTitle"}}', content: '{{ i18n "pages.inbounds.delDepletedClientsContent"}}', class: themeSwitcher.currentTheme, - okText: '{{ i18n "reset"}}', + okText: '{{ i18n "delete"}}', cancelText: '{{ i18n "cancel"}}', onOk: () => this.submit('/panel/inbound/delDepletedClients/' + dbInboundId), }) @@ -1175,7 +1175,7 @@ inboundLinks(dbInboundId) { dbInbound = this.dbInbounds.find(row => row.id === dbInboundId); newDbInbound = this.checkFallback(dbInbound); - txtModal.show('{{ i18n "pages.inbounds.export"}}', newDbInbound.genInboundLinks, newDbInbound.remark); + txtModal.show('{{ i18n "pages.inbounds.export"}}', newDbInbound.genInboundLinks(), newDbInbound.remark); }, importInbound() { promptModal.open({ diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 99b1878d..05f21052 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -106,8 +106,8 @@ + title='{{ i18n "pages.xray.FreedomStrategy" }}' + description='{{ i18n "pages.xray.FreedomStrategyDesc" }}'/> - - - - - - + + + + + + @@ -180,12 +180,12 @@ - - - - - - + + + + + + @@ -196,8 +196,8 @@ - - + + @@ -208,10 +208,10 @@ - - - - + + + + @@ -527,7 +527,7 @@ ips: { local: ["geoip:private"], cn: ["geoip:cn"], - ir: ["ext:geoip_IR.dat:ir","ext:geoip_IR.dat:arvancloud","ext:geoip_IR.dat:derakcloud","ext:geoip_IR.dat:iranserver"], + ir: ["ext:geoip_IR.dat:ir","ext:geoip_IR.dat:arvancloud","ext:geoip_IR.dat:derakcloud","ext:geoip_IR.dat:iranserver","ext:geoip_IR.dat:parspack"], ru: ["geoip:ru"], }, domains: { -- cgit v1.2.3