diff --git a/README.md b/README.md index bae38b2c..75265783 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,15 @@ xray panel supporting multi-protocol, **Multi-lang (English,Farsi,Chinese,Russia | Subscription link + userInfo | :heavy_check_mark: | | Calculate expire date on first usage | :heavy_check_mark: | + **If you think this project is helpful to you, you may wish to give a** :star2: +**Buy Me a Coffee :** + +- Tron USDT (TRC20): `TYTq73Gj6dJ67qe58JVPD9zpjW2cc9XgVz` +- Tezos (XTZ): tz2Wnh2SsY1eezXrcLChu6idWpgdHzUFQcts + + # Install & Upgrade to latest version ``` diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 58c29453..b09a1d47 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -37,6 +37,7 @@ this.client = settings.clients[clientIndex]; remark = this.dbInbound.remark + "-" + this.client.email; address = this.dbInbound.address; + this.subId = ''; this.qrcodes = []; if (this.inbound.tls && !ObjectUtil.isArrEmpty(this.inbound.stream.tls.settings.domains)) { this.inbound.stream.tls.settings.domains.forEach((domain) => { diff --git a/web/html/xui/form/stream/stream_tcp.html b/web/html/xui/form/stream/stream_tcp.html index 4738a515..272511b6 100644 --- a/web/html/xui/form/stream/stream_tcp.html +++ b/web/html/xui/form/stream/stream_tcp.html @@ -1,7 +1,7 @@ {{define "form/streamTCP"}} - + diff --git a/web/html/xui/form/stream/stream_ws.html b/web/html/xui/form/stream/stream_ws.html index 784a7baa..b724f89d 100644 --- a/web/html/xui/form/stream/stream_ws.html +++ b/web/html/xui/form/stream/stream_ws.html @@ -2,7 +2,7 @@ - +
acceptProxyProtocolAccept Proxy Protocol diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index ef33c7db..a9fce618 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -357,6 +357,7 @@ this.refreshing = true; const msg = await HttpUtil.post('/xui/inbound/list'); if (!msg.success) { + this.refreshing = false; return; } this.setInbounds(msg.obj);