mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-01-21 22:42:04 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4015d7284 | ||
|
|
a9bf3fda73 |
4
resources/web2/js/dist/index.js
vendored
4
resources/web2/js/dist/index.js
vendored
@@ -38990,7 +38990,7 @@ function z4(u, e = !1, i = 0) {
|
||||
const p = vn() ? "wss://" : "ws://"
|
||||
const domain = uriDomain(u)
|
||||
const uriport = uriPort(u)
|
||||
if (vn() && (!uriport || uriport == '443')){
|
||||
if (vn() && (!uriport)){
|
||||
return p + domain + "/ws/" + (e ? "relay" : "id");
|
||||
}
|
||||
|
||||
@@ -39047,7 +39047,7 @@ async function hn(u) {
|
||||
let l = [], E = [];
|
||||
for (let c = 0; c < e.length; c++) {
|
||||
const C = 1 << 7 - c % 8;
|
||||
(s[c / 8] & C) === C ? l.push(e[c]) : E.push(e[c])
|
||||
(s[Math.floor(c / 8)] & C) === C ? l.push(e[c]) : E.push(e[c])
|
||||
}
|
||||
et(l, E), o.close();
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user