This commit is contained in:
Alireza Ahmadi
2024-10-29 13:45:22 +01:00
parent fe5b6cf922
commit e89ac96885
6 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "vite --host",
+1
View File
@@ -174,6 +174,7 @@ export default {
this.inbound = createInbound(this.inbound.type, this.inbound.type != this.inTypes.Tun ? prevConfig : { tag: tag })
if (this.HasInData.includes(this.inbound.type)){
if (this.inData.id == -1) this.inData.id = 0
this.inData.addrs = []
this.inData.outJson = {}
this.inData.tag = tag
} else {