From e842942319fc96eef8e36069f8c209bc4691f3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Mon, 8 Sep 2025 20:43:08 +0800 Subject: [PATCH] VLESS Post-Quantum Encryption --- web/html/modals/inbound_modal.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/html/modals/inbound_modal.html b/web/html/modals/inbound_modal.html index dab6dcc8..f20bd833 100644 --- a/web/html/modals/inbound_modal.html +++ b/web/html/modals/inbound_modal.html @@ -183,7 +183,8 @@ }, clearKeys() { this.inbound.settings.decryption = 'none'; - this.inbound.settings.encryption = ''; + this.inbound.settings.encryption = 'none'; + this.inbound.settings.selectedAuth = undefined; } },