From c53ab33d031bd0bc63075d3bd78308f9807d60ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Thu, 23 May 2024 01:10:56 +0800 Subject: [PATCH] Add files via upload --- .../xui/form/stream/stream_httpupgrade.html | 44 +++--- web/html/xui/form/stream/stream_sockopt.html | 14 +- web/html/xui/form/stream/stream_tcp.html | 138 ++++++++---------- web/html/xui/form/stream/stream_ws.html | 44 +++--- 4 files changed, 118 insertions(+), 122 deletions(-) diff --git a/web/html/xui/form/stream/stream_httpupgrade.html b/web/html/xui/form/stream/stream_httpupgrade.html index 5a49807..a98291c 100644 --- a/web/html/xui/form/stream/stream_httpupgrade.html +++ b/web/html/xui/form/stream/stream_httpupgrade.html @@ -1,26 +1,26 @@ {{define "form/streamHTTPUpgrade"}} - - - - - - - - - - - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + {{end}} diff --git a/web/html/xui/form/stream/stream_sockopt.html b/web/html/xui/form/stream/stream_sockopt.html index dd60a7e..0a50a89 100644 --- a/web/html/xui/form/stream/stream_sockopt.html +++ b/web/html/xui/form/stream/stream_sockopt.html @@ -1,11 +1,11 @@ {{define "form/streamSockopt"}} - + {{end}} diff --git a/web/html/xui/form/stream/stream_tcp.html b/web/html/xui/form/stream/stream_tcp.html index 8576df8..31d2f9e 100644 --- a/web/html/xui/form/stream/stream_tcp.html +++ b/web/html/xui/form/stream/stream_tcp.html @@ -1,82 +1,72 @@ {{define "form/streamTCP"}} - - - - - - - + + + + + + - - - {{ i18n "pages.inbounds.stream.general.request" }} - - - - - - - - - - - - + - - - - - - - - - - - - + + + {{ i18n "pages.inbounds.stream.general.request" }} + + + + + + + + + + + + + + + + + + + + + + + - - {{ i18n "pages.inbounds.stream.general.response" }} - - - - - - - - - - - + - - - - - - - - - - - + + {{ i18n "pages.inbounds.stream.general.response" }} + + + + + + + + + + + + + + + + + + + + + + {{end}} diff --git a/web/html/xui/form/stream/stream_ws.html b/web/html/xui/form/stream/stream_ws.html index 1aa02e7..80f44c5 100644 --- a/web/html/xui/form/stream/stream_ws.html +++ b/web/html/xui/form/stream/stream_ws.html @@ -1,26 +1,26 @@ {{define "form/streamWS"}} - - - - - - - - - - - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + {{end}}