diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index 65a5181d..4ef4b436 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -18,6 +18,7 @@ body { html { --antd-wave-shadow-color: #008771; line-height: 1.15; + text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; @@ -850,13 +851,17 @@ style attribute { .ant-menu, .ant-radio-button-wrapper { user-select: none; + -webkit-user-select: none; } .ant-calendar-date, .ant-calendar-year-panel-year, .ant-calendar-decade-panel-decade, -.ant-calendar-month-panel-month { - border-radius: 5px; +.ant-calendar-month-panel-month, +.ant-checkbox-inner, +.ant-checkbox-checked:after, +.ant-table-row-expand-icon { + border-radius: 6px; } .ant-calendar-date:hover { @@ -1095,15 +1100,15 @@ li.ant-select-dropdown-menu-item:empty:after { background-color: #313f5a; } +.ant-select-dropdown, +.ant-popover-inner { + overflow-x: hidden; +} .ant-popover-inner-content { max-height: 400px; overflow-y: auto; } -.ant-table-row-expand-icon { - border-radius: 6px; -} - .qr-bg { background-color: #fff; display: flex; diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index 28ef2285..7b1caa91 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -160,25 +160,25 @@ - + - + - + - + - + - + - + @@ -217,22 +217,22 @@ - none (not camouflage) - srtp (video call) - utp (BT download) - wechat-video (WeChat video) - dtls (DTLS 1.2 packages) - wireguard (wireguard packages) + none (No Obfuscation) + SRTP (Video Call) + uTP (Bittorrent) + WeChat Video + DTLS (DTLS 1.2 packages) + WireGuard (WireGuard Packages) - + - + @@ -267,7 +267,7 @@ [[ alpn ]] - + @@ -283,7 +283,7 @@ [[ key ]] - + @@ -304,4 +304,4 @@ -{{end}} \ No newline at end of file +{{end}} 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}} diff --git a/web/html/xui/form/sniffing.html b/web/html/xui/form/sniffing.html index 6f3a636c..a088dee7 100644 --- a/web/html/xui/form/sniffing.html +++ b/web/html/xui/form/sniffing.html @@ -1,5 +1,5 @@ {{define "form/sniffing"}} - + @@ -19,4 +19,4 @@ -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/form/stream/external_proxy.html b/web/html/xui/form/stream/external_proxy.html index ab1437ca..2a072df9 100644 --- a/web/html/xui/form/stream/external_proxy.html +++ b/web/html/xui/form/stream/external_proxy.html @@ -1,11 +1,11 @@ {{define "form/externalProxy"}} - + + - + diff --git a/web/html/xui/form/stream/stream_grpc.html b/web/html/xui/form/stream/stream_grpc.html index 27effccc..11c1ec5d 100644 --- a/web/html/xui/form/stream/stream_grpc.html +++ b/web/html/xui/form/stream/stream_grpc.html @@ -3,7 +3,7 @@ - + diff --git a/web/html/xui/form/stream/stream_kcp.html b/web/html/xui/form/stream/stream_kcp.html index c63fd987..b792e1cd 100644 --- a/web/html/xui/form/stream/stream_kcp.html +++ b/web/html/xui/form/stream/stream_kcp.html @@ -2,10 +2,10 @@ - none (not camouflage) - SRTP (video call) - UTP (BT DownloaD) - wechat-video (WeChat video) + none (No Obfuscation) + SRTP (Video Call) + uTP (Bittorrent) + WeChat Video DTLS (DTLS 1.2 packages) WireGuard (WireGuard packages) @@ -16,23 +16,23 @@ - + - + - + - + - + -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/form/stream/stream_quic.html b/web/html/xui/form/stream/stream_quic.html index 5cf6f7a3..8a2167c4 100644 --- a/web/html/xui/form/stream/stream_quic.html +++ b/web/html/xui/form/stream/stream_quic.html @@ -12,13 +12,13 @@ - none (not camouflage) - SRTP (video call) - UTP (BT Download) - wechat-video (WeChat video) + none (No Obfuscation) + SRTP (Video Call) + uTP (Bittorrent) + WeChat Video DTLS (DTLS 1.2 packages) WireGuard (WireGuard Packages) -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/form/stream/stream_sockopt.html b/web/html/xui/form/stream/stream_sockopt.html index aa0f1d3e..7291b740 100644 --- a/web/html/xui/form/stream/stream_sockopt.html +++ b/web/html/xui/form/stream/stream_sockopt.html @@ -1,5 +1,5 @@ {{define "form/streamSockopt"}} - + @@ -23,4 +23,4 @@ -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/form/stream/stream_ws.html b/web/html/xui/form/stream/stream_ws.html index b5f2593e..14d09999 100644 --- a/web/html/xui/form/stream/stream_ws.html +++ b/web/html/xui/form/stream/stream_ws.html @@ -1,6 +1,6 @@ {{define "form/streamWS"}} - + @@ -20,4 +20,4 @@ -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index 07527e7f..f265cb43 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -1,7 +1,7 @@ {{define "form/tlsSettings"}} - + {{ i18n "none" }} @@ -55,7 +55,7 @@ [[ alpn ]] - + @@ -109,7 +109,7 @@ [[ alpn ]] - + @@ -171,7 +171,7 @@ {{ i18n "pages.client.renew" }} - Short Ids + Short IDs diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 8203a577..9bf82404 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -161,9 +161,9 @@ - + diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 9920dd90..50c46b03 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -132,7 +132,7 @@ {{ i18n "usage"}}: - Memory [[ sizeFormat(status.appStats.mem) ]] - + RAM [[ sizeFormat(status.appStats.mem) ]] - Threads [[ status.appStats.threads ]] @@ -190,7 +190,7 @@ - [[ sizeFormat(status.netIO.up) ]]/S + [[ sizeFormat(status.netIO.up) ]]/s {{ i18n "pages.index.upSpeed" }} @@ -200,7 +200,7 @@ - [[ sizeFormat(status.netIO.down) ]]/S + [[ sizeFormat(status.netIO.down) ]]/s {{ i18n "pages.index.downSpeed" }} @@ -650,4 +650,4 @@