浏览代码

bug fixed

MHSanaei 2 年之前
父节点
当前提交
b9ac8d9ee3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/html/xui/inbound_modal.html

+ 1 - 1
web/html/xui/inbound_modal.html

@@ -77,7 +77,7 @@
                     this.inModal.inbound.tls = false;
                 }
             },
-            addClient(protocol, clients) {
+            addClient(protocol,value, clients) {
                 switch (protocol) {
                     case Protocols.VMESS: return clients.push(new Inbound.VmessSettings.Vmess());
                     case Protocols.VLESS: return clients.push(new Inbound.VLESSSettings.VLESS());