Skip to content

Commit

Permalink
up web client v2 from rustdesk
Browse files Browse the repository at this point in the history
  • Loading branch information
lejianwen committed Nov 22, 2024
1 parent 96e3e3b commit b6bd915
Show file tree
Hide file tree
Showing 4 changed files with 108,340 additions and 112,101 deletions.
4 changes: 2 additions & 2 deletions resources/web2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<title>RustDesk</title>
<script src="/webclient-config/index.js"></script>
<link rel="manifest" href="manifest.json" />
<script type="module" crossorigin src="js/dist/index.js?v=5"></script>
<script type="module" crossorigin src="js/dist/index.js?v=6"></script>
<link rel="modulepreload" href="js/dist/vendor.js?v=0b990c6e" />
<style>
html,
Expand Down Expand Up @@ -259,7 +259,7 @@
}
scriptLoaded = true;
var scriptTag = document.createElement("script");
scriptTag.src = "main.dart.js?v=5";
scriptTag.src = "main.dart.js?v=6";
scriptTag.type = "application/javascript";
document.body.append(scriptTag);
}
Expand Down
8 changes: 4 additions & 4 deletions resources/web2/js/dist/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {getServerConf} from "./ljw.js?v=5"
import {getServerConf} from "./ljw.js?v=6"
import {F as $t, J as Yt, L as Re, l as P4, m as r, P as ua, s as Xt, z as H4} from "./vendor.js?v=0b990c6e";
import {ids as langIds, lang} from './lang.js?v=5'
import {ids as langIds, lang} from './lang.js?v=6'

var Zt = Object.defineProperty;
var Qt = (u, e, i) => e in u ? Zt(u, e, {enumerable: !0, configurable: !0, writable: !0, value: i}) : u[e] = i;
Expand Down Expand Up @@ -7711,7 +7711,7 @@ const oo = {
RShift: "RShift",
CTRL_ALT_DEL: "CtrlAltDel",
LOCK_SCREEN: "LockScreen"
}, ne = "1.3.2", no = "2024-11-01 11:21";
}, ne = "1.3.3", no = "2024-11-22 02:03";

class A {
static setItem(e, i) {
Expand Down Expand Up @@ -9582,7 +9582,7 @@ class It {
m = D == $4 ? qi : (s = B.split("&").reduce((R, I) => {
const y = I.indexOf("=");
if (y != -1) {
const nu = I.substring(0, y), k4 = I.substring(y + 1);
const nu = I.substring(0, y).toLowerCase(), k4 = I.substring(y + 1);
R[nu] = k4
}
return R
Expand Down
Loading

0 comments on commit b6bd915

Please sign in to comment.