完成xray启动

This commit is contained in:
sprov
2021-05-27 23:04:39 +08:00
parent 56ed8f355c
commit 3cd25ce5ea
42 changed files with 3627 additions and 229 deletions

View File

@@ -19,4 +19,28 @@ class Msg {
this.obj = obj;
}
}
}
class DBInbound {
id = 0;
userId = 0;
up = 0;
down = 0;
remark = 0;
enable = false;
expiryTime = 0;
listen = "";
port = 0;
protocol = "";
settings = "";
streamSettings = "";
tag = "";
sniffing = "";
constructor(data) {
if (data == null) {
return;
}
ObjectUtil.cloneProps(this, data);
}
}

1192
web/assets/js/model/xray.js Normal file

File diff suppressed because it is too large Load Diff