From 6a2019629b203108062c05c0b17b37604405fcfd Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 13 Dec 2023 19:55:20 +0330 Subject: [PATCH] v2.0.1 --- README.md | 4 ++-- config/version | 2 +- 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 +- web/translation/translate.zh_Hans.toml | 4 ++-- 10 files changed, 32 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 80fdb4c6..224e7e64 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install. # Install custom version -To install your desired version you can add the version to the end of install command. Example for ver `v2.0.0`: +To install your desired version you can add the version to the end of install command. Example for ver `v2.0.1`: ``` -bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.0.0 +bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.0.1 ``` # SSL diff --git a/config/version b/config/version index 359a5b95..10bf840e 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.1 \ No newline at end of file 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 @@ - + diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index ebf361d6..33c01e1c 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -378,7 +378,7 @@ "completeTemplate" = "全部" [pages.xray.rules] -"firsto" = "第一个" +"first" = "第一个" "last" = "最后" "up" = "向上" "down" = "向下" @@ -399,7 +399,7 @@ "tag" = "标签" "tagDesc" = "独特的标签" "address" = "地址" -"rreverse" = "反转" +"reverse" = "反转" "domain" = "域名" "type" = "类型" "bridge" = "桥"