From 6a2019629b203108062c05c0b17b37604405fcfd Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 13 Dec 2023 19:55:20 +0330 Subject: v2.0.1 --- web/html/common/qrcode_modal.html | 2 +- web/html/xui/client_bulk_modal.html | 10 +++++----- web/html/xui/form/client.html | 21 ++++++++------------- web/html/xui/form/tls_settings.html | 2 +- web/html/xui/inbound_info_modal.html | 2 +- web/html/xui/index.html | 20 ++++++++++---------- web/html/xui/xray.html | 2 +- 7 files changed, 27 insertions(+), 32 deletions(-) (limited to 'web/html') diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 4be7997d..668f426c 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -72,7 +72,7 @@ }); }, genSubLink(subID) { - return app.subSettings.subURI+subID+'?name='+subID; + return app.subSettings.subURI+subID; } }, updated() { diff --git a/web/html/xui/client_bulk_modal.html b/web/html/xui/client_bulk_modal.html index 1fa64306..75e9bf6b 100644 --- a/web/html/xui/client_bulk_modal.html +++ b/web/html/xui/client_bulk_modal.html @@ -59,7 +59,7 @@ {{ i18n "pages.inbounds.telegramDesc" }} Telegram ID - + @@ -71,7 +71,7 @@ {{ i18n "pages.inbounds.IPLimitDesc" }} {{ i18n "pages.inbounds.IPLimit" }} - + @@ -83,7 +83,7 @@ 0 {{ i18n "pages.inbounds.meansNoLimit" }} {{ i18n "pages.inbounds.totalFlow" }} (GB) - + @@ -101,7 +101,7 @@ {{ i18n "pages.inbounds.leaveBlankToNeverExpire" }} {{ i18n "pages.inbounds.expireDate" }} - + {{ i18n "pages.client.renewDesc" }} - + diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index e5236acc..dff1dd5c 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -70,7 +70,7 @@ {{ i18n "pages.inbounds.IPLimitDesc"}} {{ i18n "pages.inbounds.IPLimit"}} - + @@ -82,7 +82,7 @@ {{ i18n "pages.inbounds.IPLimitlogDesc" }} {{ i18n "pages.inbounds.IPLimitlog" }} - + @@ -123,8 +123,7 @@ - - {{ i18n "usage" }} + [[ sizeFormat(clientStats.up) ]] / [[ sizeFormat(clientStats.down) ]] @@ -146,11 +145,9 @@ diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index e668805e..a0c9292a 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -172,7 +172,7 @@ {{ i18n "pages.client.renew" }} Short Ids - + diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index c263415a..0d8f850d 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -303,7 +303,7 @@ infoModal.visible = false; }, genSubLink(subID) { - return app.subSettings.subURI+subID+'?name='+subID; + return app.subSettings.subURI+subID; } }; diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 675b267d..9920dd90 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -102,7 +102,7 @@ - + {{ i18n "pages.index.stopXray" }} {{ i18n "pages.index.restartXray" }} @@ -125,7 +125,7 @@ - + @@ -146,7 +146,7 @@ - + @@ -155,7 +155,7 @@ - + @@ -170,7 +170,7 @@ - + @@ -179,7 +179,7 @@ - + @@ -195,7 +195,7 @@ - + @@ -205,7 +205,7 @@ - + @@ -221,7 +221,7 @@ - + @@ -231,7 +231,7 @@ - + diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index b1f62651..c243f825 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -74,7 +74,7 @@ - + -- cgit v1.2.3