mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-21 00:05:49 +00:00
完成xray启动
This commit is contained in:
@@ -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
1192
web/assets/js/model/xray.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user