Browse Source

feat(webclient): v1.3.5 -> v1.3.6

lejianwen 1 year ago
parent
commit
ce063bd3ac
4 changed files with 43624 additions and 43430 deletions
  1. 2 2
      resources/web2/index.html
  2. 881 862
      resources/web2/js/dist/index.js
  3. 264 221
      resources/web2/js/dist/lang.js
  4. 42477 42345
      resources/web2/main.dart.js

+ 2 - 2
resources/web2/index.html

@@ -32,7 +32,7 @@
32 32
     <title>RustDesk</title>
33 33
     <script src="/webclient-config/index.js"></script>
34 34
     <link rel="manifest" href="manifest.json" />
35
-    <script type="module" crossorigin src="js/dist/index.js?v=893935a2"></script>
35
+    <script type="module" crossorigin src="js/dist/index.js?v=1bbc8b94"></script>
36 36
     <link rel="modulepreload" href="js/dist/vendor.js?v=0b990c6e" />
37 37
     <style>
38 38
       html,
@@ -259,7 +259,7 @@
259 259
         }
260 260
         scriptLoaded = true;
261 261
         var scriptTag = document.createElement("script");
262
-        scriptTag.src = "main.dart.js?v=df360f45";
262
+        scriptTag.src = "main.dart.js?v=f6f842b3";
263 263
         scriptTag.type = "application/javascript";
264 264
         document.body.append(scriptTag);
265 265
       }

File diff suppressed because it is too large
+ 881 - 862
resources/web2/js/dist/index.js


File diff suppressed because it is too large
+ 264 - 221
resources/web2/js/dist/lang.js


File diff suppressed because it is too large
+ 42477 - 42345
resources/web2/main.dart.js