diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-12-19 12:36:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-19 12:36:36 +0300 |
| commit | 69651ecfb56b2421124e5bc63cb4fc88296c599f (patch) | |
| tree | 15e0dfa673edc515ecc7f25393b04a66f91c5e25 /web/html/xui/form/stream | |
| parent | 78d3680ced9b0f88d8ffe66147ae4166f6186845 (diff) | |
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
Diffstat (limited to 'web/html/xui/form/stream')
| -rw-r--r-- | web/html/xui/form/stream/external_proxy.html | 4 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_grpc.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_kcp.html | 20 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_quic.html | 10 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_sockopt.html | 4 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_ws.html | 4 |
6 files changed, 22 insertions, 22 deletions
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"}} <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> - <a-divider style="margin:0;"></a-divider> + <a-divider style="margin:5px 0 0;"></a-divider> <a-form-item label="External Proxy"> <a-switch v-model="externalProxy"></a-switch> <a-button v-if="externalProxy" type="primary" style="margin-left: 10px" size="small" @click="inbound.stream.externalProxy.push({forceTls: 'same', dest: '', port: 443, remark: ''})">+</a-button> </a-form-item> - <a-input-group style="margin: 5px 0;" compact v-for="(row, index) in inbound.stream.externalProxy"> + <a-input-group style="margin: 8px 0;" compact v-for="(row, index) in inbound.stream.externalProxy"> <template> <a-tooltip title="Force TLS"> <a-select v-model="row.forceTls" style="width:20%; margin: 0px" :dropdown-class-name="themeSwitcher.currentTheme"> 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 @@ <a-form-item label="Service Name"> <a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input> </a-form-item> - <a-form-item label="MultiMode"> + <a-form-item label="Multi Mode"> <a-switch v-model="inbound.stream.grpc.multiMode"></a-switch> </a-form-item> </a-form> 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 @@ <a-form :colon="false" :label-col="{ md: {span:6} }" :wrapper-col="{ md: {span:14} }"> <a-form-item label='{{ i18n "camouflage" }}'> <a-select v-model="inbound.stream.kcp.type" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option value="none">none (not camouflage)</a-select-option> - <a-select-option value="srtp">SRTP (video call)</a-select-option> - <a-select-option value="utp">UTP (BT DownloaD)</a-select-option> - <a-select-option value="wechat-video">wechat-video (WeChat video)</a-select-option> + <a-select-option value="none">none (No Obfuscation)</a-select-option> + <a-select-option value="srtp">SRTP (Video Call)</a-select-option> + <a-select-option value="utp">uTP (Bittorrent)</a-select-option> + <a-select-option value="wechat-video">WeChat Video</a-select-option> <a-select-option value="dtls">DTLS (DTLS 1.2 packages)</a-select-option> <a-select-option value="wireguard">WireGuard (WireGuard packages)</a-select-option> </a-select> @@ -16,23 +16,23 @@ <a-form-item label='MTU'> <a-input-number v-model.number="inbound.stream.kcp.mtu"></a-input-number> </a-form-item> - <a-form-item label='TTI(ms)'> + <a-form-item label='TTI (ms)'> <a-input-number v-model.number="inbound.stream.kcp.tti"></a-input-number> </a-form-item> - <a-form-item label='Uplink(Mb/s)'> + <a-form-item label='Uplink (MB/s)'> <a-input-number v-model.number="inbound.stream.kcp.upCap"></a-input-number> </a-form-item> - <a-form-item label='Downlink(Mb/s)'> + <a-form-item label='Downlink (MB/s)'> <a-input-number v-model.number="inbound.stream.kcp.downCap"></a-input-number> </a-form-item> <a-form-item label='Congestion'> <a-switch v-model="inbound.stream.kcp.congestion"></a-switch> </a-form-item> - <a-form-item label='Read buffer(MB)'> + <a-form-item label='Read Buffer (MB)'> <a-input-number v-model.number="inbound.stream.kcp.readBuffer"></a-input-number> </a-form-item> - <a-form-item label='Write buffer(MB)'> + <a-form-item label='Write Buffer (MB)'> <a-input-number v-model.number="inbound.stream.kcp.writeBuffer"></a-input-number> </a-form-item> </a-form> -{{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 @@ </a-form-item> <a-form-item label='{{ i18n "camouflage" }}'> <a-select v-model="inbound.stream.quic.type" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option value="none">none (not camouflage)</a-select-option> - <a-select-option value="srtp">SRTP (video call)</a-select-option> - <a-select-option value="utp">UTP (BT Download)</a-select-option> - <a-select-option value="wechat-video">wechat-video (WeChat video)</a-select-option> + <a-select-option value="none">none (No Obfuscation)</a-select-option> + <a-select-option value="srtp">SRTP (Video Call)</a-select-option> + <a-select-option value="utp">uTP (Bittorrent)</a-select-option> + <a-select-option value="wechat-video">WeChat Video</a-select-option> <a-select-option value="dtls">DTLS (DTLS 1.2 packages)</a-select-option> <a-select-option value="wireguard">WireGuard (WireGuard Packages)</a-select-option> </a-select> </a-form-item> </a-form> -{{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"}} -<a-divider style="margin:0;"></a-divider> +<a-divider style="margin:5px 0 0;"></a-divider> <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> <a-form-item label="Transparent Proxy"> <a-switch v-model="inbound.stream.sockoptSwitch"></a-switch> @@ -23,4 +23,4 @@ </a-form-item> </template> </a-form> -{{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"}} <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> - <a-form-item label="AcceptProxyProtocol"> + <a-form-item label="Accept Proxy Protocol"> <a-switch v-model="inbound.stream.ws.acceptProxyProtocol"></a-switch> </a-form-item> <a-form-item label='{{ i18n "path" }}'> @@ -20,4 +20,4 @@ </a-input-group> </a-form-item> </a-form> -{{end}}
\ No newline at end of file +{{end}} |
