From 69651ecfb56b2421124e5bc63cb4fc88296c599f Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:06:36 +0330 Subject: Minor UI fixes (#1405) * Update translate.en_US.toml * Update stream_kcp.html * Update vless.html * Update shadowsocks.html * Update external_proxy.html * Update stream_sockopt.html * Update sniffing.html * Update tls_settings.html * Update dokodemo.html * Update shadowsocks.html * Update socks.html * Update stream_ws.html * Update tls_settings.html * Update index.html * Update translate.en_US.toml * Update translate.fa_IR.toml * Update translate.ru_RU.toml * Update translate.vi_VN.toml * Update translate.zh_Hans.toml * Update outbound.html * Update outbound.html * Update trojan.html * Update vless.html * Update stream_kcp.html * Update xray.html * Update stream_grpc.html * Update custom.css * Update stream_quic.html * Update custom.css * Update custom.css * Update custom.css * Update inbounds.html --- web/html/xui/form/protocol/dokodemo.html | 6 +-- web/html/xui/form/protocol/shadowsocks.html | 60 ++++++++++++----------------- web/html/xui/form/protocol/socks.html | 4 +- web/html/xui/form/protocol/trojan.html | 6 +-- web/html/xui/form/protocol/vless.html | 6 +-- 5 files changed, 36 insertions(+), 46 deletions(-) (limited to 'web/html/xui/form/protocol') diff --git a/web/html/xui/form/protocol/dokodemo.html b/web/html/xui/form/protocol/dokodemo.html index 14891652..a5309597 100644 --- a/web/html/xui/form/protocol/dokodemo.html +++ b/web/html/xui/form/protocol/dokodemo.html @@ -8,13 +8,13 @@ - TCP+UDP + TCP,UDP TCP UDP - + -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/form/protocol/shadowsocks.html b/web/html/xui/form/protocol/shadowsocks.html index 16e353e5..79281614 100644 --- a/web/html/xui/form/protocol/shadowsocks.html +++ b/web/html/xui/form/protocol/shadowsocks.html @@ -20,38 +20,28 @@ - - - {{ i18n "encryption" }} - - - - [[ method ]] - - - - - - {{ i18n "password" }} - - - - - - - - - - {{ i18n "pages.inbounds.network" }} - - - - tcp+udp - tcp - udp - - - - - -{{end}} \ No newline at end of file + + + + [[ method ]] + + + + + + + {{ i18n "password" }} + Password + + + + + + + TCP,UDP + TCP + UDP + + + +{{end}} diff --git a/web/html/xui/form/protocol/socks.html b/web/html/xui/form/protocol/socks.html index fafef46f..e9a937e2 100644 --- a/web/html/xui/form/protocol/socks.html +++ b/web/html/xui/form/protocol/socks.html @@ -1,6 +1,6 @@ {{define "form/socks"}} - + @@ -30,4 +30,4 @@ -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html index 77a4c27d..5a7ba3c4 100644 --- a/web/html/xui/form/protocol/trojan.html +++ b/web/html/xui/form/protocol/trojan.html @@ -33,14 +33,14 @@ - Fallback[[ index + 1 ]] + Fallback [[ index + 1 ]] inbound.settings.delFallback(index)" style="color: rgb(255, 77, 79);cursor: pointer;"/> - + @@ -55,4 +55,4 @@ -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html index eb442612..7c18c048 100644 --- a/web/html/xui/form/protocol/vless.html +++ b/web/html/xui/form/protocol/vless.html @@ -35,14 +35,14 @@ - Fallback[[ index + 1 ]] + Fallback [[ index + 1 ]] inbound.settings.delFallback(index)" style="color: rgb(255, 77, 79);cursor: pointer;"/> - + @@ -55,6 +55,6 @@ - + {{end}} -- cgit v1.2.3